Commit Graph

9 Commits

Author SHA1 Message Date
c63a62ab2a added initial http test. 2016-02-14 21:44:27 -08:00
557717c138 Prevent addition of duplicate path prefixes.
I think I understand this now; the failure comes from here:

https://golang.org/src/cmd/go/vcs.go#L818

and makes it so one can't both host:
- github.com/foo
- github.com/foo/bar

which would have to clone the latter inside of the former.

Fixes #1.
2016-02-13 10:46:09 -08:00
b0ebbf742b simple in-memory storage working for POST/GET 2016-02-13 01:18:18 -08:00
c1b5f61b64 stubbed out supported methods on / 2016-02-13 00:17:12 -08:00
158ef57b13 bit more docs 2016-02-13 00:17:12 -08:00
b7ef100a2c moved ysv -> vain 2016-02-13 00:17:12 -08:00
b3585cbc96 Added an http server 2016-02-08 00:15:22 -08:00
95b282ea42 pkg -> Package 2016-02-08 00:14:30 -08:00
8ef813e55d init 2016-02-08 00:00:39 -08:00