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-dms3-cmds
Commits
8024c94683b9f5b1cb8084228b9ff79c95698cbc
Switch branch/tag
go-dms3-cmds
http
client.go
04 Nov, 2014
15 commits
commands/http: Use net/url querystring encoder
· 8024c946
Matt Bell
authored
Nov 03, 2014
8024c946
commands/http: Cleaner URL formation in client
· 69da9b6d
Matt Bell
authored
Nov 03, 2014
69da9b6d
commands/http: Refactored API to a Client object that takes a string address
· e4b7bf7c
Matt Bell
authored
Nov 03, 2014
e4b7bf7c
commands: Renamed Response#Value to Response#Output
· 45ef892f
Matt Bell
authored
Nov 03, 2014
45ef892f
commands/http: Made parser/client handle variadic arguments
· 41ce4eff
Matt Bell
authored
Nov 02, 2014
41ce4eff
commands/cli: Open argument files when creating Requests (Moved out of HTTP client)
· 6ebfc644
Matt Bell
authored
Nov 02, 2014
6ebfc644
commands/http: Added stream argument handling to client and request parser
· 4ce71bd9
Matt Bell
authored
Nov 02, 2014
4ce71bd9
commands: Removed inpout stream from Request
· 66aac41b
Matt Bell
authored
Nov 02, 2014
66aac41b
commands: Changed Request arguments to a []interface{}
· 007eeed1
Matt Bell
authored
Nov 02, 2014
007eeed1
commands/http: Improved client error handling
· caf47a03
Matt Bell
authored
Oct 30, 2014
caf47a03
commands/http: Made HTTP client unmarshal response values based on the Command#Type
· c7c5a4f3
Matt Bell
authored
Oct 28, 2014
c7c5a4f3
commands/http: Don't try to parse HTTP response into a Response, just read the output
· fd760022
Matt Bell
authored
Oct 28, 2014
fd760022
commands/http: Send request arguments in client requests
· e7efe55d
Matt Bell
authored
Oct 28, 2014
e7efe55d
commands/http: Made client load RPC host from config
· 929cba8e
Matt Bell
authored
Oct 27, 2014
929cba8e
commands/http: Moved HTTP RPC into commands/http package
· 2ed52b57
Matt Bell
authored
Oct 24, 2014
2ed52b57