caddy/caddyhttp/httpserver
Toby Allen cfe52084aa Fix issue #1346 {path} logging {uri} and add {rewrite_uri} placeholder (#1481)
* Fixed issue with {path} actually {uri}

* Test added for path rewrite

* add in uri_escaped

* added rewrite_uri and test

* fix broken test.  Just checks for existance of rewrite header

* gitignore

* Use context to store uri value

* ignore .vscode

* tidy up, removal of comments and invalidated tests

* Remove commented out code.

* added comment as requested by lint

* fixed spelling mistake

* clarified code with variable name

* added context for uri and test

* added TODO comment to move consts
2017-03-11 14:59:47 -07:00
..
condition.go
condition_test.go
context.go Merge pull request #1500 from mholt/customports 2017-03-07 11:31:47 -07:00
context_test.go Adding support for ServerIP context 2017-03-07 11:59:26 +00:00
error.go
https.go httpserver: Flags to customize HTTP and HTTPS ports (incl. for ACME) 2017-03-06 18:18:49 -07:00
https_test.go httpserver: Flags to customize HTTP and HTTPS ports (incl. for ACME) 2017-03-06 18:18:49 -07:00
logger.go
logger_test.go
middleware.go Add proxyprotocol directive and listener middleware plugin type (#1349) 2017-03-09 22:31:37 -07:00
middleware_test.go
mitm.go Use RequestURI when redirecting to canonical path. (#1331) 2017-02-28 05:54:12 -07:00
mitm_test.go Use RequestURI when redirecting to canonical path. (#1331) 2017-02-28 05:54:12 -07:00
path.go
pathcleaner.go
pathcleaner_test.go
plugin.go Add proxyprotocol directive and listener middleware plugin type (#1349) 2017-03-09 22:31:37 -07:00
plugin_test.go
recorder.go
recorder_test.go
replacer.go Fix issue #1346 {path} logging {uri} and add {rewrite_uri} placeholder (#1481) 2017-03-11 14:59:47 -07:00
replacer_test.go Fix issue #1346 {path} logging {uri} and add {rewrite_uri} placeholder (#1481) 2017-03-11 14:59:47 -07:00
roller.go
server.go Add proxyprotocol directive and listener middleware plugin type (#1349) 2017-03-09 22:31:37 -07:00
server_test.go tls: Refactor internals related to TLS configurations (#1466) 2017-02-21 09:49:22 -07:00
siteconfig.go Add proxyprotocol directive and listener middleware plugin type (#1349) 2017-03-09 22:31:37 -07:00
vhosttrie.go
vhosttrie_test.go