SimpleREST.NET 0.1
A simple and minimal api framework for .net base on Express.js
Loading...
Searching...
No Matches
SimpleRestRequest.cs File Reference

Go to the source code of this file.

Classes

class  SimpleRest.Api.SimpleRestRequest
 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 More...
 
class  SimpleRest.Api.SimpleRestBody
 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. More...
 

Namespaces

namespace  SimpleRest
 
namespace  SimpleRest.Api