Home
last modified time | relevance | path

Searched defs:http_auth_data (Results 1 – 10 of 10) sorted by relevance

/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dhttp-t.h115 struct http_auth_data { struct
116 enum ht_auth_m method; /* one of HTTP_AUTH_* */
118 …ruct buffer method_data; /* points to the creditial part from 'Authorization:' header */
119 char *user, *pass; /* extracted username & password */
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dhttp-t.h116 struct http_auth_data { struct
117 enum ht_auth_m method; /* one of HTTP_AUTH_* */
119 …ruct buffer method_data; /* points to the creditial part from 'Authorization:' header */
120 char *user, *pass; /* extracted username & password */
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dhttp-t.h115 struct http_auth_data { struct
116 enum ht_auth_m method; /* one of HTTP_AUTH_* */
118 …ruct buffer method_data; /* points to the creditial part from 'Authorization:' header */
119 char *user, *pass; /* extracted username & password */
/dports/net/haproxy21/haproxy-2.1.12/include/common/
H A Dhttp.h112 struct http_auth_data { struct
113 enum ht_auth_m method; /* one of HTTP_AUTH_* */
115 …ruct buffer method_data; /* points to the creditial part from 'Authorization:' header */
116 char *user, *pass; /* extracted username & password */
/dports/net/haproxy20/haproxy-2.0.26/include/common/
H A Dhttp.h112 struct http_auth_data { struct
113 enum ht_auth_m method; /* one of HTTP_AUTH_* */
115 …ruct buffer method_data; /* points to the creditial part from 'Authorization:' header */
116 char *user, *pass; /* extracted username & password */
/dports/net/haproxy19/haproxy-1.9.16/include/common/
H A Dhttp.h109 struct http_auth_data { struct
110 enum ht_auth_m method; /* one of HTTP_AUTH_* */
112 …ruct buffer method_data; /* points to the creditial part from 'Authorization:' header */
113 char *user, *pass; /* extracted username & password */
/dports/net/nuster/nuster-5.0.4.21/include/common/
H A Dhttp.h109 struct http_auth_data { struct
110 enum ht_auth_m method; /* one of HTTP_AUTH_* */
112 …ruct buffer method_data; /* points to the creditial part from 'Authorization:' header */
113 char *user, *pass; /* extracted username & password */
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/http/src/
H A Dhttp_auth_method_basic.cc39 const std::string &http_auth_data, std::error_code &ec) { in decode_authorization()
/dports/net/haproxy18/haproxy-1.8.30/include/types/
H A Dproto_http.h301 struct http_auth_data { struct
302 enum ht_auth_m method; /* one of HTTP_AUTH_* */
304 …ruct chunk method_data; /* points to the creditial part from 'Authorization:' header */
305 char *user, *pass; /* extracted username & password */
/dports/net/haproxy17/haproxy-1.7.14/include/types/
H A Dproto_http.h356 struct http_auth_data { struct
357 enum ht_auth_m method; /* one of HTTP_AUTH_* */
359 …ruct chunk method_data; /* points to the creditial part from 'Authorization:' header */
360 char *user, *pass; /* extracted username & password */