SimpleREST.NET 0.1
A simple and minimal api framework for .net base on Express.js
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NSimpleRest
 NApi
 CISimpleRestApiHandler
 CISimpleRestContentTypeParser
 CISimpleRestEndpointFormatter
 CISimpleRestHttpObject
 CISimpleRestLogger
 CISimpleRestRouteHandler
 CISimpleRestUriTemplateFormatter
 CIStatusCode
 CRedirectCode
 CSimpleRestApi
 CSimpleRestBodyThe body of a SimpleRest.Api.SimpleRestRequest. This class encapsulates the content of an HTTP request body, providing access to both raw byte data and deserialized content
 CSimpleRestContentTypeParser
 CSimpleRestEndpointFormatter
 CSimpleRestLogger
 CSimpleRestMap
 CSimpleRestRequestThe main class for all incoming request data. This is a wrapper for the HttpListenerRequest class. Contains one static Factory function to create requests from httplistenercontexts. Cannot be instantiated
 CSimpleRestResponse
 CSimpleRestUriTemplateHandler
 CStatusCode
 NHandlers
 CCorsHandler
 CResourceNotFoundHandler
 CSimpleRestApiHandler
 CSimpleRestRouteHandler
 NViews
 CISimpleRestView
 CResourceNotFoundView
 CSimpleRestHomeView
 CBodyHandler