]> Cypherpunks repositories - gostls13.git/commit
early HTTP library and trivial server
authorRuss Cox <rsc@golang.org>
Wed, 24 Sep 2008 22:26:55 +0000 (15:26 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 24 Sep 2008 22:26:55 +0000 (15:26 -0700)
commit42b7789a9277e7626e4ddaadcbaefb7689d9d8d4
tree923d12ecfd9480dafbb8120aae8791032131ec06
parenta61bb954977f2b8a6439943e2a580d21715ee825
early HTTP library and trivial server

R=r
OCL=15777
CL=15791
src/lib/http/Makefile [new file with mode: 0644]
src/lib/http/conn.go [new file with mode: 0644]
src/lib/http/request.go [new file with mode: 0644]
src/lib/http/server.go [new file with mode: 0644]
src/lib/http/triv.go [new file with mode: 0644]
src/lib/http/url.go [new file with mode: 0644]