Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-unixfs
Commits
12b0ebff7dbd32497916c669fa1f90e40baa28d4
Switch branch/tag
go-unixfs
server
http
http.go
14 Nov, 2014
4 commits
server/http: Use Response as Reader instead of manually getting output data
· 12b0ebff
Matt Bell
authored
Oct 22, 2014
12b0ebff
server/http: Fixed error when using long encoding option name
· 75647423
Matt Bell
authored
Oct 22, 2014
75647423
server/http: Don't cast res.Error() to an Error (fixes panix on response errors)
· 3ae6117c
Matt Bell
authored
Oct 22, 2014
3ae6117c
server/http: Added HTTP API handler
· 73353824
Matt Bell
authored
Oct 22, 2014
73353824
09 Nov, 2014
1 commit
some more docs
· 8c20921a
Jeromy
authored
Nov 08, 2014
8c20921a
11 Oct, 2014
1 commit
updated multiaddr for net pkg
· 917be904
Juan Batiz-Benet
authored
Oct 11, 2014
917be904
06 Oct, 2014
1 commit
updated multiaddr use across codebase
· 910a76e2
Juan Batiz-Benet
authored
Oct 06, 2014
910a76e2
30 Sep, 2014
14 commits
switch to multiaddr and use /ipfs/ path in http api
· 0b0bee6f
verokarhu
authored
Sep 30, 2014
0b0bee6f
use dagreader in servehttp
· 8382c797
verokarhu
authored
Sep 28, 2014
8382c797
vendor github.com/gorilla dependencies
· cf0100c9
verokarhu
authored
Sep 18, 2014
cf0100c9
test for posthandler
· f320023c
verokarhu
authored
Sep 17, 2014
f320023c
rewrote test to use separate test interface
· 65f90876
verokarhu
authored
Sep 17, 2014
65f90876
test for serveHTTP
· 436f14b4
verokarhu
authored
Sep 16, 2014
436f14b4
fix compile errors
· c4d55c7b
verokarhu
authored
Sep 16, 2014
c4d55c7b
moved http to server/http and implemented serve http subcommand
· 8eb95faf
verokarhu
authored
Aug 07, 2014
8eb95faf
add todo
· 866ea428
verokarhu
authored
Aug 06, 2014
866ea428
get rid of fmt dependency in http
· a82f814b
verokarhu
authored
Aug 06, 2014
a82f814b
added comment to exported function
· 6338cac2
verokarhu
authored
Aug 06, 2014
6338cac2
rudimentary HTTP POST support
· 8831427c
verokarhu
authored
Aug 06, 2014
8831427c
add port flag to serve
· bb924cab
verokarhu
authored
Aug 06, 2014
bb924cab
beginnings of an http gateway/api
· 0427d1ef
verokarhu
authored
Aug 06, 2014
0427d1ef