commit | e720c32b78566ce6f5f610f6e14b09b5b774610d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Sep 02 17:25:18 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Sep 04 11:41:47 2020 +0200 |
tree | 26f377f5de023f5e71d9a40acd6bb9181f70f95f | |
parent | 312294f53def4f9057fce71f53c5a15e128b0327 [diff] |
MINOR: http-fetch: Add pathq sample fetch The pathq sample fetch extract the relative URI of a request, i.e the path with the query-string, excluding the scheme and the authority, if any. It is pretty handy to always get a relative URI independently on the HTTP version. Indeed, while relative URIs are common in HTTP/1.1, in HTTP/2, most of time clients use absolute URIs. This patch may be backported to 2.2.