Searched defs:http_auth_data (Results 1 – 10 of 10) sorted by relevance
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/ |
H A D | http-t.h | 115 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 D | http-t.h | 116 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 D | http-t.h | 115 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 D | http.h | 112 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 D | http.h | 112 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 D | http.h | 109 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 D | http.h | 109 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 D | http_auth_method_basic.cc | 39 const std::string &http_auth_data, std::error_code &ec) { in decode_authorization()
|
/dports/net/haproxy18/haproxy-1.8.30/include/types/ |
H A D | proto_http.h | 301 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 D | proto_http.h | 356 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 */
|