kubo/core/corehttp
Lars Gierth 09d7501724 gateway: make IPNSHostname complete
IPNSHostnameOption() touches the URL path only on the way in,
but not on the way out. This commit makes it complete by
touching the following URLs in responses:

- Heading, file links, back links in directory listings
- Redirecting /foo to /foo/ if there's an index.html link
- Omit Suborigin header

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-08-17 15:39:19 +02:00
..
commands.go Add readonly api to gateway 2015-08-15 17:08:59 +07:00
corehttp.go corehttp: add net.Listener to ServeOption 2015-08-02 08:16:51 +02:00
gateway_handler.go gateway: make IPNSHostname complete 2015-08-17 15:39:19 +02:00
gateway_indexPage.go http/index: fix indention and remove unused field 2015-07-04 00:51:42 +02:00
gateway_test.go gateway: make IPNSHostname complete 2015-08-17 15:39:19 +02:00
gateway.go corehttp: add net.Listener to ServeOption 2015-08-02 08:16:51 +02:00
ipns_hostname.go gateway: make IPNSHostname complete 2015-08-17 15:39:19 +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