kubo/commands
Jeromy e89f7b8ded use go's built in handling of trailers and dont do custom chunking
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>

use go1.5 syntax to ensure builds on older versions fail

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>

fix t0230

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-11 23:04:41 -07:00
..
cli serialfile: localize os.Open into NewSerialFile 2015-09-03 20:30:41 +07:00
files Refactor serialfile 2015-09-04 16:57:44 +07:00
http use go's built in handling of trailers and dont do custom chunking 2015-10-11 23:04:41 -07:00
argument.go commands: Added Recursive modifier to Argument 2014-11-18 02:13:54 -08:00
channelmarshaler.go allow channel marshaler to return errors from cmds.Response 2015-09-04 14:12:19 -07:00
command_test.go commands: Refactored Command#Run function signature to (req Request, res Response) 2015-01-23 18:29:29 -08:00
command.go replace imports with absolute path instead of using symlink 2015-10-03 14:30:50 -07:00
option_test.go tests(commands/option) test the OptionValue methods 2014-11-14 03:19:57 -08:00
option.go add a global timeout flag for to be setting timeouts 2015-07-20 12:53:37 -07:00
request.go remove context from context 2015-07-20 20:53:06 -07:00
response_test.go Replace 'var * bytes.Buffer' with '\1 := new(bytes.Buffer)' 2015-05-26 23:18:04 +07:00
response.go allow channel marshaler to return errors from cmds.Response 2015-09-04 14:12:19 -07:00