|
SimpleREST.NET 0.1
A simple and minimal api framework for .net base on Express.js
|
Public Member Functions | |
| SimpleRestMap (string endpoint, SimpleRestMethod method, ApiMiddleWare middleWare, ISimpleRestUriTemplateFormatter? templateHandler=null, ISimpleRestRouteHandler[]? routeHandlers=null) | |
| override string | ToString () |
Properties | |
| SimpleRestMethod | Method [get] |
| ApiMiddleWare | Middleware [get] |
| Uri.UriTemplate | Pattern [get] |
| string | Endpoint [get] |
| ISimpleRestRouteHandler?[] | RouteHandlers [get] |
Definition at line 7 of file SimpleRestMap.cs.
| SimpleRest.Api.SimpleRestMap.SimpleRestMap | ( | string | endpoint, |
| SimpleRestMethod | method, | ||
| ApiMiddleWare | middleWare, | ||
| ISimpleRestUriTemplateFormatter? | templateHandler = null, | ||
| ISimpleRestRouteHandler?[] | routeHandlers = null ) |
Definition at line 17 of file SimpleRestMap.cs.
| override string SimpleRest.Api.SimpleRestMap.ToString | ( | ) |
Definition at line 34 of file SimpleRestMap.cs.
|
get |
Definition at line 14 of file SimpleRestMap.cs.
|
get |
Definition at line 9 of file SimpleRestMap.cs.
|
get |
Definition at line 12 of file SimpleRestMap.cs.
|
get |
Definition at line 13 of file SimpleRestMap.cs.
|
get |
Definition at line 15 of file SimpleRestMap.cs.