Home
last modified time | relevance | path

Searched refs:get_header_value (Results 1 – 25 of 94) sorted by relevance

1234

/dports/devel/kiwix-lib/kiwix-lib-9.4.1/test/
H A Dserver.cpp314 EXPECT_EQ(h1->get_header_value("ETag"), h2->get_header_value("ETag")); in TEST_F()
323 EXPECT_EQ(h->get_header_value("ETag"), g->get_header_value("ETag")); in TEST_F()
334 EXPECT_NE(h1->get_header_value("ETag"), h2->get_header_value("ETag")); in TEST_F()
345 const auto etag = g1->get_header_value("ETag"); in TEST_F()
346 EXPECT_EQ(etag, g2->get_header_value("ETag")); in TEST_F()
347 EXPECT_NE(etag, g3->get_header_value("ETag")); in TEST_F()
358 const auto etag = g1->get_header_value("ETag"); in TEST_F()
359 EXPECT_EQ(etag, g2->get_header_value("ETag")) << res; in TEST_F()
360 EXPECT_EQ(etag, g3->get_header_value("ETag")) << res; in TEST_F()
403 const auto etag = g->get_header_value("ETag"); in TEST_F()
[all …]
/dports/www/yaws/yaws-2.0.6/src/
H A Dyaws_trace.erl23 get_header_value/2,
389 get_header_value(connection, Headers) -> function
394 get_header_value(accept, Headers) -> function
399 get_header_value(host, Headers) -> function
409 get_header_value(if_match, Headers) -> function
419 get_header_value(if_range, Headers) -> function
429 get_header_value(range, Headers) -> function
434 get_header_value(referer, Headers) -> function
449 get_header_value(cookie, Headers) -> function
456 get_header_value(location, Headers) -> function
[all …]
/dports/www/cpp-httplib/cpp-httplib-0.10.0/test/
H A Dtest.cc1309 EXPECT_EQ("on", res->get_header_value("PRE_ROUTING")); in TEST()
1311 EXPECT_EQ("on", res->get_header_value("POST_ROUTING")); in TEST()
1906 EXPECT_EQ("/hi", res->get_header_value("Location")); in TEST_F()
2135 EXPECT_EQ("/2", res->get_header_value("Location")); in TEST_F()
2160 EXPECT_EQ("2", res->get_header_value("Content-Length")); in TEST_F()
2462 EXPECT_EQ("2", res->get_header_value("Content-Length")); in TEST_F()
2470 EXPECT_EQ("6", res->get_header_value("Content-Length")); in TEST_F()
2478 EXPECT_EQ("3", res->get_header_value("Content-Length")); in TEST_F()
3415 header_value = req.get_header_value("foo"); in TEST()
4014 EXPECT_EQ("World", res->get_header_value("Hello")); in TEST()
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mochiweb/src/
H A Dmochiweb_request.erl37 get_header_value/2, get_primary_header_value/2]).
104 get_header_value(K, function
170 case get_header_value("x-forwarded-for", THIS) of
178 case get_header_value("x-forwarded-for", THIS) of
186 case get_header_value("x-forwarded-for", THIS) of
192 case get_header_value("x-forwarded-for", THIS) of
236 case get_header_value(range, THIS) of
611 is_close(get_header_value("connection", THIS))
627 get_header_value("transfer-encoding", THIS) =:=
1003 get_header_value("Accept-Encoding", THIS)
[all …]
H A Dmochiweb_websocket.erl103 SecKey = ReqM:get_header_value("sec-websocket-key",
105 Sec1Key = ReqM:get_header_value("Sec-WebSocket-Key1",
107 Sec2Key = ReqM:get_header_value("Sec-WebSocket-Key2",
109 Origin = ReqM:get_header_value(origin, Req),
112 Host = ReqM:get_header_value("Host", Req),
H A Dmochiweb_response.erl30 -export([dump/1, get/2, get_header_value/2, new/3]).
44 get_header_value(K, function
/dports/www/erlang-mochiweb/mochiweb-2.18.0/src/
H A Dmochiweb_request.erl116 case get_header_value("x-forwarded-for", THIS) of
124 case get_header_value("x-forwarded-for", THIS) of
132 case get_header_value("x-forwarded-for", THIS) of
139 case get_header_value("x-forwarded-for", THIS) of
146 case get_header_value("x-forwarded-for", THIS) of
177 case get_header_value(range, THIS) of
227 case get_header_value("transfer-encoding", THIS) of
276 Expect = case get_header_value("expect", THIS) of
465 orelse is_close(get_header_value("connection", THIS))
517 Cookies = case get_header_value("cookie", THIS) of
[all …]
H A Dmochiweb_response.erl29 -export([new/3, get_header_value/2, get/2, dump/1]).
42 get_header_value(K, {?MODULE, [_Request, _Code, Headers]}) -> function
H A Dmochiweb_websocket.erl98 SecKey = Req:get_header_value("sec-websocket-key"),
99 Sec1Key = Req:get_header_value("Sec-WebSocket-Key1"),
100 Sec2Key = Req:get_header_value("Sec-WebSocket-Key2"),
101 Origin = Req:get_header_value(origin),
105 Host = Req:get_header_value("Host"),
/dports/www/erlang-mochiweb-basho/mochiweb-4d38821/src/
H A Dmochiweb_request.erl56 get_header_value(K, {?MODULE, [_Socket, _Method, _RawPath, _Version, Headers]}) -> function
93 case get_header_value("x-forwarded-for", THIS) of
100 case get_header_value("x-forwarded-for", THIS) of
131 case get_header_value(range, THIS) of
178 case get_header_value("transfer-encoding", THIS) of
227 Expect = case get_header_value("expect", THIS) of
401 orelse is_close(get_header_value("connection", THIS))
453 Cookies = case get_header_value("cookie", THIS) of
627 case get_header_value("if-modified-since", THIS) of
723 AcceptEncodingHeader = case get_header_value("Accept-Encoding", THIS) of
[all …]
H A Dmochiweb_websocket.erl95 SecKey = Req:get_header_value("sec-websocket-key"),
96 Sec1Key = Req:get_header_value("Sec-WebSocket-Key1"),
97 Sec2Key = Req:get_header_value("Sec-WebSocket-Key2"),
98 Origin = Req:get_header_value(origin),
102 Host = Req:get_header_value("Host"),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/opaque_SUITE_data/src/ewgi/
H A Dewgi_api.erl40 get_header_value(Hdr0, Ctx) when is_list(Hdr0), ?IS_EWGI_CONTEXT(Ctx) -> function
57 L = [{"accept", get_header_value("accept", Ctx)}|Acc],
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/opaque_SUITE_data/src/ewgi2/
H A Dewgi_api.erl40 get_header_value(Hdr0, Ctx) when is_list(Hdr0), ?IS_EWGI_CONTEXT(Ctx) -> function
57 L = [{"accept", get_header_value("accept", Ctx)}|Acc],
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/opaque_SUITE_data/src/ewgi/
H A Dewgi_api.erl40 get_header_value(Hdr0, Ctx) when is_list(Hdr0), ?IS_EWGI_CONTEXT(Ctx) -> function
57 L = [{"accept", get_header_value("accept", Ctx)}|Acc],
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/opaque_SUITE_data/src/ewgi2/
H A Dewgi_api.erl40 get_header_value(Hdr0, Ctx) when is_list(Hdr0), ?IS_EWGI_CONTEXT(Ctx) -> function
57 L = [{"accept", get_header_value("accept", Ctx)}|Acc],
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/ewgi/
H A Dewgi_api.erl40 get_header_value(Hdr0, Ctx) when is_list(Hdr0), ?IS_EWGI_CONTEXT(Ctx) -> function
57 L = [{"accept", get_header_value("accept", Ctx)}|Acc],
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/ewgi2/
H A Dewgi_api.erl40 get_header_value(Hdr0, Ctx) when is_list(Hdr0), ?IS_EWGI_CONTEXT(Ctx) -> function
57 L = [{"accept", get_header_value("accept", Ctx)}|Acc],
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/ewgi/
H A Dewgi_api.erl40 get_header_value(Hdr0, Ctx) when is_list(Hdr0), ?IS_EWGI_CONTEXT(Ctx) -> function
57 L = [{"accept", get_header_value("accept", Ctx)}|Acc],
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/ewgi2/
H A Dewgi_api.erl40 get_header_value(Hdr0, Ctx) when is_list(Hdr0), ?IS_EWGI_CONTEXT(Ctx) -> function
57 L = [{"accept", get_header_value("accept", Ctx)}|Acc],
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/ewgi2/
H A Dewgi_api.erl40 get_header_value(Hdr0, Ctx) when is_list(Hdr0), ?IS_EWGI_CONTEXT(Ctx) -> function
57 L = [{"accept", get_header_value("accept", Ctx)}|Acc],
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/ewgi/
H A Dewgi_api.erl40 get_header_value(Hdr0, Ctx) when is_list(Hdr0), ?IS_EWGI_CONTEXT(Ctx) -> function
57 L = [{"accept", get_header_value("accept", Ctx)}|Acc],
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/opaque_SUITE_data/src/ewgi2/
H A Dewgi_api.erl40 get_header_value(Hdr0, Ctx) when is_list(Hdr0), ?IS_EWGI_CONTEXT(Ctx) -> function
57 L = [{"accept", get_header_value("accept", Ctx)}|Acc],
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/ewgi/
H A Dewgi_api.erl40 get_header_value(Hdr0, Ctx) when is_list(Hdr0), ?IS_EWGI_CONTEXT(Ctx) -> function
57 L = [{"accept", get_header_value("accept", Ctx)}|Acc],
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/ewgi2/
H A Dewgi_api.erl40 get_header_value(Hdr0, Ctx) when is_list(Hdr0), ?IS_EWGI_CONTEXT(Ctx) -> function
57 L = [{"accept", get_header_value("accept", Ctx)}|Acc],
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/opaque_SUITE_data/src/ewgi/
H A Dewgi_api.erl40 get_header_value(Hdr0, Ctx) when is_list(Hdr0), ?IS_EWGI_CONTEXT(Ctx) -> function
57 L = [{"accept", get_header_value("accept", Ctx)}|Acc],

1234