SimpleREST.NET
0.1
A simple and minimal api framework for .net base on Express.js
Loading...
Searching...
No Matches
Enums.cs
Go to the documentation of this file.
1
namespace
SimpleRest.Api
;
2
3
public
enum
SimpleRestLogLevel
4
{
5
NONE
,
6
LOW
,
7
MEDIUM
,
8
HIGH
,
9
LONG
,
10
DEBUG
,
11
}
12
13
public
enum
SimpleRestMethod
14
{
15
GET
,
16
POST
,
17
HEAD
,
18
PATCH
,
19
PUT
,
20
DELETE
,
21
OPTIONS
,
22
OTHER
,
23
ANY
,
24
}
SimpleRest.Api
Definition
Enums.cs:1
SimpleRest.Api.SimpleRestLogLevel
SimpleRestLogLevel
Definition
Enums.cs:4
SimpleRest.Api.SimpleRestLogLevel.LOW
@ LOW
SimpleRest.Api.SimpleRestLogLevel.NONE
@ NONE
SimpleRest.Api.SimpleRestLogLevel.HIGH
@ HIGH
SimpleRest.Api.SimpleRestLogLevel.LONG
@ LONG
SimpleRest.Api.SimpleRestLogLevel.MEDIUM
@ MEDIUM
SimpleRest.Api.SimpleRestLogLevel.DEBUG
@ DEBUG
SimpleRest.Api.SimpleRestMethod
SimpleRestMethod
Definition
Enums.cs:14
SimpleRest.Api.SimpleRestMethod.OTHER
@ OTHER
SimpleRest.Api.SimpleRestMethod.OPTIONS
@ OPTIONS
SimpleRest.Api.SimpleRestMethod.DELETE
@ DELETE
SimpleRest.Api.SimpleRestMethod.PUT
@ PUT
SimpleRest.Api.SimpleRestMethod.PATCH
@ PATCH
SimpleRest.Api.SimpleRestMethod.GET
@ GET
SimpleRest.Api.SimpleRestMethod.ANY
@ ANY
SimpleRest.Api.SimpleRestMethod.POST
@ POST
SimpleRest.Api.SimpleRestMethod.HEAD
@ HEAD
Src
Api
Enums.cs
Generated by
1.12.0