kubo/core/corehttp
Juan Batiz-Benet 3ee83a7c5e fix cors: defaults should take the port of the listener
need to do it this way to avoid VERY confusing situations where
the user would change the API port (to another port, or maybe even
to :0). this way things dont break on the user, and by default,
users only need to change the API address and things should still
"just work"

License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
2015-08-02 08:16:51 +02:00
..
commands.go fix cors: defaults should take the port of the listener 2015-08-02 08:16:51 +02:00
corehttp.go corehttp: add net.Listener to ServeOption 2015-08-02 08:16:51 +02:00
gateway_handler.go implement arbitrary HTTP header support 2015-07-28 23:08:10 -07:00
gateway_indexPage.go http/index: fix indention and remove unused field 2015-07-04 00:51:42 +02:00
gateway_test.go corehttp: add net.Listener to ServeOption 2015-08-02 08:16:51 +02:00
gateway.go corehttp: add net.Listener to ServeOption 2015-08-02 08:16:51 +02:00
ipns_hostname.go corehttp: add net.Listener to ServeOption 2015-08-02 08:16:51 +02:00
logs.go corehttp: add net.Listener to ServeOption 2015-08-02 08:16:51 +02:00
prometheus.go corehttp: add net.Listener to ServeOption 2015-08-02 08:16:51 +02:00
redirect.go corehttp: add net.Listener to ServeOption 2015-08-02 08:16:51 +02:00
webui.go updated webui to 0.2.0 2015-06-01 00:37:02 -07:00