Initial commit

This commit is contained in:
MattMo 2022-02-06 23:48:51 +00:00
commit 7bac946ea3

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# Rest.Net
A simple C# library to make creating a rest api service simple and fast. It is recommended that you run any api services behind a nginx proxy to help prevent ddos and security issues. This library natively supports the nginx ip forwarding headers.