|
SimpleREST.NET 0.1
A simple and minimal api framework for .net base on Express.js
|
| ▼NSimpleRest | |
| ▼NApi | |
| CISimpleRestApiHandler | |
| CISimpleRestContentTypeParser | |
| CISimpleRestEndpointFormatter | |
| CISimpleRestHttpObject | |
| CISimpleRestLogger | |
| CISimpleRestRouteHandler | |
| CISimpleRestUriTemplateFormatter | |
| CIStatusCode | |
| CRedirectCode | |
| CSimpleRestApi | |
| CSimpleRestBody | The 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 | |
| CSimpleRestRequest | The 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 |