]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: Add http_auth_bearer sample fetch
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Fri, 1 Oct 2021 13:36:53 +0000 (15:36 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 14 Oct 2021 14:38:07 +0000 (16:38 +0200)
commitf5dd337b12b39a9f81dca4d8367732e16b43b3dd
tree5d28313a0485b5521cd93037b8a42e5d6a7eb440
parent1d58b013166d4b770fe1353b3d9b9837551e2321
MINOR: http: Add http_auth_bearer sample fetch

This fetch can be used to retrieve the data contained in an HTTP
Authorization header when the Bearer scheme is used. This is used when
transmitting JSON Web Tokens for instance.
doc/configuration.txt
include/haproxy/http-t.h
src/http_fetch.c