You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Sisk.HttpServer](src): the Sisk Framework mainframe and core functions.
49
-
-[Sisk.SslProxy](extensions/Sisk.SslProxy): an experimental SSL proxy provider for Sisk.
50
-
-[Sisk.IniConfiguration](extensions/Sisk.IniConfiguration): an INI-document configuration provider for Sisk.
51
-
-[Sisk.BasicAuth](extensions/Sisk.BasicAuth): the basic authentication package which provides helper request handlers for handling authentication.
52
-
-[Sisk.JsonRpc](extensions/Sisk.JsonRPC): this package provides an JSON-RPC 2.0 interface for Sisk projects.
53
-
-[Sisk.Cadente](extensions/Sisk.Cadente): an experimental "ultrafast" implementation of the HTTP/1.1 protocol in pure C#.
49
+
-[Sisk.HttpServer](src): the Sisk Framework mainframe and core functions.
50
+
-[Sisk.IniConfiguration](extensions/Sisk.IniConfiguration): an INI-document configuration provider for Sisk.
51
+
-[Sisk.BasicAuth](extensions/Sisk.BasicAuth): the basic authentication package which provides helper request handlers for handling authentication.
52
+
-[Sisk.Cadente](extensions/Sisk.Cadente): an experimental "ultrafast" implementation of the HTTP/1.1 protocol in pure C#.
54
53
55
54
## Getting started
56
55
@@ -61,20 +60,24 @@ Due to its explicit nature, its behavior is fully predictable. The main differen
61
60
You can build applications that are not necessarily a complete web application, but that have an web module, such as receiving an OAuth authorization token, hosting a UI to control your application, monitoring logs, etc. Sisk is very flexible and abstract.
0 commit comments