From 7bac946ea3eb4660402acabc84c72a0f91dbe5ab Mon Sep 17 00:00:00 2001 From: MattMo Date: Sun, 6 Feb 2022 23:48:51 +0000 Subject: [PATCH] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md 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