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

Go to the source code of this file.

Namespaces

namespace  SimpleRest
 
namespace  SimpleRest.Api
 

Enumerations

enum  SimpleRest.Api.SimpleRestLogLevel {
  SimpleRest.Api.NONE , SimpleRest.Api.LOW , SimpleRest.Api.MEDIUM , SimpleRest.Api.HIGH ,
  SimpleRest.Api.LONG , SimpleRest.Api.DEBUG
}
 
enum  SimpleRest.Api.SimpleRestMethod {
  SimpleRest.Api.GET , SimpleRest.Api.POST , SimpleRest.Api.HEAD , SimpleRest.Api.PATCH ,
  SimpleRest.Api.PUT , SimpleRest.Api.DELETE , SimpleRest.Api.OPTIONS , SimpleRest.Api.OTHER ,
  SimpleRest.Api.ANY
}