commit 7bac946ea3eb4660402acabc84c72a0f91dbe5ab Author: MattMo Date: Sun Feb 6 23:48:51 2022 +0000 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..905e6a2 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file