|
0e2a554c8d
|
cmds: fix error header output
using Header().Set after WriteHeader() has no effect.
cc @mappum
|
2015-01-11 20:52:33 -08:00 |
|
|
981f793df9
|
commands: Use a flag to enable streaming channel output
|
2015-01-06 15:53:48 -08:00 |
|
|
71838adf49
|
commands/http: handler: Fixed chunk copier to be able to write response before request is done
|
2015-01-06 15:53:48 -08:00 |
|
|
c3c0b248e8
|
commands/http: Made Handler stream channel output
|
2015-01-06 15:53:48 -08:00 |
|
|
aaab7d0898
|
commands/http: Allow API requests from whitelisted origins
|
2014-11-25 06:12:35 -08:00 |
|
|
4b9fa9c97c
|
commands/http: Use constants for header names
|
2014-11-18 02:13:53 -08:00 |
|
|
c46102cec5
|
fix(commands/http/handler) check if found
@mappum, could you CR this and let me know if I've interpreted the
desired behavior correctly?
|
2014-11-14 03:19:57 -08:00 |
|
|
3e507f7c9f
|
commands: Changed option accessor API (Request#Option now returns an OptionValue)
|
2014-11-14 03:17:38 -08:00 |
|
|
f1c788d710
|
commands/http: Don't set Content-Type for stream outputs so browsers can MIME-sniff the actual content type
|
2014-11-14 03:17:35 -08:00 |
|
|
3df5202f8a
|
commands/http: Log incoming requests (with DEBUG log level)
|
2014-11-14 03:17:30 -08:00 |
|
|
f76048f74b
|
commands/http: Unexported Handler fields and created constructor
|
2014-11-04 02:04:50 -08:00 |
|
|
4552fce517
|
commands/http: Respond with error if encoding option isn't a string
|
2014-11-04 02:04:50 -08:00 |
|
|
f6c38882f0
|
commands: Return a reader in a Response#Reader method, instead of making Response implementing io.Reader
|
2014-11-04 02:04:49 -08:00 |
|
|
69a56de040
|
commands: Renamed Response#Value to Response#Output
|
2014-11-04 02:04:49 -08:00 |
|
|
1e0cabd4db
|
commands/http: Pass root command in as field instead of statically depending on core/commands
|
2014-11-04 02:04:47 -08:00 |
|
|
b1bf60b877
|
fix(cmd/ipfs2, commands) imports
|
2014-11-04 02:04:46 -08:00 |
|
|
714e13b63a
|
commands/http: Explicitly define the MIME types for each encoding
|
2014-11-04 02:04:46 -08:00 |
|
|
52bc8bd422
|
commands/http: Moved http request parsing into a Parse function
|
2014-11-04 02:04:45 -08:00 |
|
|
29b96b64a5
|
commands/http: Made Handler set request contexts
|
2014-11-04 02:04:45 -08:00 |
|
|
43c61a4e4b
|
commands/http: Moved HTTP RPC handler into commands/http
|
2014-11-04 02:04:44 -08:00 |
|