aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Http
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net.Http')
-rw-r--r--lib/Net.Http/readme.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/lib/Net.Http/readme.md b/lib/Net.Http/readme.md
index 6692205..c087ce8 100644
--- a/lib/Net.Http/readme.md
+++ b/lib/Net.Http/readme.md
@@ -1,6 +1,15 @@
# VNLib.Net.Http
-*Provides a resource efficient, high performance, single library HTTP(s) server, with extensable processors and transport providers.*
+Provides a compact, resource efficient, high performance, single library HTTP(s) server, with extensible processors and transport providers so its not opinionated. You can use this library to add HTTP processing to any .NETCore project with no external dependencies. If you want to do normal web handling (more than the bare HTTP protocol) consider adding the [Plugins.Essentials](../Plugins.Essentials/#) library to your project.
-#### Builds
-Debug build w/ symbols & xml docs, release builds, NuGet packages, and individually packaged source code are available on my [website](https://www.vaughnnugent.com/resources/software). All tar-gzip (.tgz) files will have an associated .sha384 appended checksum of the desired download file. \ No newline at end of file
+## Builds
+Debug build w/ symbols & xml docs, release builds, NuGet packages, and individually packaged source code are available on my website (link below). All tar-gzip (.tgz) files will have an associated .sha384 appended checksum of the desired download file.
+
+## Docs and Guides
+Documentation, specifications, and setup guides are available on my website.
+
+[Docs and Articles](https://www.vaughnnugent.com/resources/software/articles?tags=docs,_vnlib.net.http)
+[Builds and Source](https://www.vaughnnugent.com/resources/software/modules/VNLib.Core)
+
+## License
+The software in this repository is licensed under the GNU Affero General Public License (or any later version). See the LICENSE files for more information. \ No newline at end of file