Home
last modified time | relevance | path

Searched refs:content_type_value (Results 1 – 9 of 9) sorted by relevance

/dports/devel/aws-c-event-stream/aws-c-event-stream-0.2.7/tests/
H A Dmessage_streaming_decoder_test.c234 const char *content_type_value = "application/json"; in AWS_TEST_CASE() local
244 content_type_value, in AWS_TEST_CASE()
245 strlen(content_type_value), in AWS_TEST_CASE()
249 content_type_value); in AWS_TEST_CASE()
411 const char *content_type_value = "application/json"; in AWS_TEST_CASE() local
421 content_type_value, in AWS_TEST_CASE()
422 strlen(content_type_value), in AWS_TEST_CASE()
426 content_type_value); in AWS_TEST_CASE()
H A Dmessage_deserializer_test.c128 const char *content_type_value = "application/json"; in AWS_TEST_CASE() local
142 content_type_value, in AWS_TEST_CASE()
143 strlen(content_type_value), in AWS_TEST_CASE()
147 content_type_value); in AWS_TEST_CASE()
H A Dchannel_handler_test.c182 const char *content_type_value = "application/json"; in s_test_channel_handler_single_valid_messages_parse() local
190content_type_value, strlen(content_type_value), header_value_buf.buffer, header_value_buf.len); in s_test_channel_handler_single_valid_messages_parse()
315 const char *content_type_value = "application/json"; in s_test_channel_handler_multiple_valid_messages_parse() local
323content_type_value, strlen(content_type_value), header_value_buf.buffer, header_value_buf.len); in s_test_channel_handler_multiple_valid_messages_parse()
/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/common/
H A Dopenstack.py382 content_type_value = self.headers.get('content-type') or ''
383 content_type_value = content_type_value.lower()
384 return content_type_value.find(content_type.lower()) > -1
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/wilco_dtc_supportd/
H A Dwilco_dtc_supportd_web_request_service_unittest.cc143 std::string content_type_value; in GetContentTypeFromPendingRequest() local
145 &content_type_value)) { in GetContentTypeFromPendingRequest()
148 return content_type_value; in GetContentTypeFromPendingRequest()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/webauthn-rs-0.3.0/src/
H A Dcrypto.rs314 let content_type_value = m in try_from() localVariable
317 let content_type = cbor_try_i128!(content_type_value)?; in try_from()
/dports/www/chromium-legacy/chromium-88.0.4324.182/headless/test/
H A Dheadless_devtools_client_browsertest.cc381 const base::Value* content_type_value = in OnResponseReceived() local
383 ASSERT_THAT(content_type_value, NotNull()); in OnResponseReceived()
384 EXPECT_EQ("text/html", content_type_value->GetString()); in OnResponseReceived()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/headless/lib/
H A Dheadless_devtools_client_browsertest.cc377 const base::Value* content_type_value = in OnResponseReceived() local
379 ASSERT_THAT(content_type_value, NotNull()); in OnResponseReceived()
380 EXPECT_EQ("text/html", content_type_value->GetString()); in OnResponseReceived()
/dports/www/py-fastapi/fastapi-0.70.0/fastapi/
H A Drouting.py196 content_type_value = request.headers.get("content-type")
197 if not content_type_value:
201 message["content-type"] = content_type_value