open-consul/command
Jacques Fuentes 852a47fe37 Ensure we write json header before writing bytes
In net/http once we've issued a Write() the response is sent
over the wire including the header! The tests didn't catch
this because I used a net/http/httptest.RequestRecorder
which doesn't follow those semantics.
2014-04-17 14:53:07 -04:00
..
agent Ensure we write json header before writing bytes 2014-04-17 14:53:07 -04:00
force_leave.go website: updating documentation on commands 2014-02-18 17:32:13 -08:00
force_leave_test.go command: Fixing more tests 2014-04-11 16:34:29 -07:00
info.go website: Documenting the info command 2014-02-23 17:09:59 -08:00
info_test.go command/info: remove unused import 2014-03-05 15:02:56 -08:00
join.go website: updating documentation on commands 2014-02-18 17:32:13 -08:00
join_test.go command: Fixing more tests 2014-04-11 16:34:29 -07:00
keygen.go Adding the various CLI commands 2013-12-31 13:06:33 -08:00
keygen_test.go Adding the various CLI commands 2013-12-31 13:06:33 -08:00
leave.go website: updating documentation on commands 2014-02-18 17:32:13 -08:00
leave_test.go Adding the various CLI commands 2013-12-31 13:06:33 -08:00
members.go command/members: API update for columnize 2014-04-16 16:21:30 -07:00
members_test.go command: Fixing more tests 2014-04-11 16:34:29 -07:00
monitor.go website: updating documentation on commands 2014-02-18 17:32:13 -08:00
rpc.go Adding RPC and Monitor commands 2013-12-30 16:09:39 -08:00
util_test.go command: Fixing more tests 2014-04-11 16:34:29 -07:00
version.go command/version: Print the version ranges 2014-03-09 15:54:21 -07:00
version_test.go Adding basic CLI infrastructure 2013-12-19 11:22:08 -08:00