more docs

This commit is contained in:
Adam D. Ruppe 2017-03-15 17:23:33 -04:00
parent 5fb4b0e6d2
commit a76dd66945
4 changed files with 263 additions and 31 deletions

5
http.d
View file

@ -1,3 +1,8 @@
/++
Old version of my http implementation.
I no longer work on this, use http2.d instead.
+/
module arsd.http;
import std.socket;