REST
REST copied to clipboard
A Simple REST framework end to end
REST
A Simple REST framework based around a simple server that internally uses the HttpListener to provide the server side REST functions to clients
Here are some key points
- Multithreaded server
- Simple handler like REST endpoint handler (Verb based or custom routes via attributes)
- JSON or XML serialization
- Custom handlers have a choice of Task<T> or just T
- .NET client tools to drastically simplify calling of REST endpoint