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_test.go Fix misspellings 2016-09-05 10:20:34 -06:00
condition.go Fix small misspellings 2017-01-10 13:09:24 -08:00
context_test.go Adding support for ServerIP context 2017-03-07 11:59:26 +00:00
context.go Merge pull request #1500 from mholt/customports 2017-03-07 11:31:47 -07:00
error.go add more descriptive errors 2016-10-11 10:34:51 +08:00
https_test.go httpserver: Flags to customize HTTP and HTTPS ports (incl. for ACME) 2017-03-06 18:18:49 -07:00
https.go httpserver: Flags to customize HTTP and HTTPS ports (incl. for ACME) 2017-03-06 18:18:49 -07:00
logger_test.go Feature #1246 - Remote syslog (#1301) 2017-02-08 08:02:09 -07:00
logger.go Feature #1246 - Remote syslog (#1301) 2017-02-08 08:02:09 -07:00
middleware_test.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
middleware.go Add proxyprotocol directive and listener middleware plugin type (#1349) 2017-03-09 22:31:37 -07:00
mitm_test.go Use RequestURI when redirecting to canonical path. (#1331) 2017-02-28 05:54:12 -07:00
mitm.go Use RequestURI when redirecting to canonical path. (#1331) 2017-02-28 05:54:12 -07:00
path.go Proposal: Middleware Config (#908) 2016-07-08 18:12:52 -06:00
pathcleaner_test.go Implementing custom PathClean function to allow masking, closes #1298 (#1317) 2016-12-31 20:29:14 -07:00
pathcleaner.go Implementing custom PathClean function to allow masking, closes #1298 (#1317) 2016-12-31 20:29:14 -07:00
plugin_test.go Add tests for case insensitivity of keys and saving contexts 2016-09-24 13:24:33 -06:00
plugin.go Add proxyprotocol directive and listener middleware plugin type (#1349) 2017-03-09 22:31:37 -07:00
recorder_test.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
recorder.go HTTP/2 push support (golang 1.8) (#1215) 2017-02-17 09:25:22 -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
replacer.go Fix issue #1346 {path} logging {uri} and add {rewrite_uri} placeholder (#1481) 2017-03-11 14:59:47 -07:00
roller.go Roll all logs by default (#1379) 2017-02-08 09:23:33 -07:00
server_test.go tls: Refactor internals related to TLS configurations (#1466) 2017-02-21 09:49:22 -07:00
server.go Add proxyprotocol directive and listener middleware plugin type (#1349) 2017-03-09 22:31:37 -07:00
siteconfig.go Add proxyprotocol directive and listener middleware plugin type (#1349) 2017-03-09 22:31:37 -07:00
vhosttrie_test.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
vhosttrie.go Don't treat localhost specially when assigning bind address 2016-06-27 13:14:28 -06:00