Home
last modified time | relevance | path

Searched refs:transfer_encoding (Results 1 – 25 of 635) sorted by relevance

12345678910>>...26

/dports/devel/boost-docs/boost_1_72_0/libs/beast/test/beast/http/
H A Dfields.cpp858 res.set(field::transfer_encoding, "chunked"); in testContentLength()
863 res.set(field::transfer_encoding, "chunked"); in testContentLength()
868 res.set(field::transfer_encoding, "chunked"); in testContentLength()
875 res.set(field::transfer_encoding, s); in testContentLength()
880 res.set(field::transfer_encoding, s); in testContentLength()
885 res.set(field::transfer_encoding, s); in testContentLength()
946 res.erase(field::transfer_encoding); in testChunked()
951 res.set(field::transfer_encoding, "chunked"); in testChunked()
955 res.erase(field::transfer_encoding); in testChunked()
960 res.set(field::transfer_encoding, "chunked"); in testChunked()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/test/beast/http/
H A Dfields.cpp858 res.set(field::transfer_encoding, "chunked"); in testContentLength()
863 res.set(field::transfer_encoding, "chunked"); in testContentLength()
868 res.set(field::transfer_encoding, "chunked"); in testContentLength()
875 res.set(field::transfer_encoding, s); in testContentLength()
880 res.set(field::transfer_encoding, s); in testContentLength()
885 res.set(field::transfer_encoding, s); in testContentLength()
946 res.erase(field::transfer_encoding); in testChunked()
951 res.set(field::transfer_encoding, "chunked"); in testChunked()
955 res.erase(field::transfer_encoding); in testChunked()
960 res.set(field::transfer_encoding, "chunked"); in testChunked()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/beast/test/beast/http/
H A Dfields.cpp858 res.set(field::transfer_encoding, "chunked"); in testContentLength()
863 res.set(field::transfer_encoding, "chunked"); in testContentLength()
868 res.set(field::transfer_encoding, "chunked"); in testContentLength()
875 res.set(field::transfer_encoding, s); in testContentLength()
880 res.set(field::transfer_encoding, s); in testContentLength()
885 res.set(field::transfer_encoding, s); in testContentLength()
946 res.erase(field::transfer_encoding); in testChunked()
951 res.set(field::transfer_encoding, "chunked"); in testChunked()
955 res.erase(field::transfer_encoding); in testChunked()
960 res.set(field::transfer_encoding, "chunked"); in testChunked()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/beast/test/beast/http/
H A Dfields.cpp859 res.set(field::transfer_encoding, "chunked"); in testContentLength()
864 res.set(field::transfer_encoding, "chunked"); in testContentLength()
869 res.set(field::transfer_encoding, "chunked"); in testContentLength()
876 res.set(field::transfer_encoding, s); in testContentLength()
881 res.set(field::transfer_encoding, s); in testContentLength()
886 res.set(field::transfer_encoding, s); in testContentLength()
947 res.erase(field::transfer_encoding); in testChunked()
952 res.set(field::transfer_encoding, "chunked"); in testChunked()
956 res.erase(field::transfer_encoding); in testChunked()
961 res.set(field::transfer_encoding, "chunked"); in testChunked()
[all …]
/dports/mail/cone/cone-1.1/libmail/
H A Dattachments.C88 transfer_encoding="8bit"; in check_multipart_encoding()
101 transfer_encoding= in Attachment()
135 transfer_encoding=encoding; in Attachment()
141 transfer_encoding= in Attachment()
158 transfer_encoding= in Attachment()
170 transfer_encoding=encoding; in Attachment()
176 transfer_encoding= in Attachment()
200 transfer_encoding="8bit"; in add_content_encoding()
205 headers += transfer_encoding; in add_content_encoding()
321 transfer_encoding="8bit"; in common_multipart_init()
[all …]
H A Dattachments.H37 std::string transfer_encoding; variable
67 std::string transfer_encoding="");
77 std::string transfer_encoding="");
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/microhttpd/
H A Dtest_postprocessor_md.c73 const char *transfer_encoding, in post_data_iterator() argument
79 (void) content_type; (void) transfer_encoding; in post_data_iterator()
123 const char *transfer_encoding, in post_data_iterator2() argument
130 (void) content_type; (void) transfer_encoding; in post_data_iterator2()
159 const char *transfer_encoding, in post_data_iterator3() argument
165 (void) content_type; (void) transfer_encoding; in post_data_iterator3()
190 const char *transfer_encoding, in post_data_iterator4() argument
196 (void) filename; (void) content_type; (void) transfer_encoding; in post_data_iterator4()
218 const char *transfer_encoding, in post_data_iterator5() argument
224 (void) filename; (void) content_type; (void) transfer_encoding; in post_data_iterator5()
H A Dtest_postprocessor_large.c42 const char *transfer_encoding, in value_checker() argument
47 …(void) transfer_encoding; (void) data; (void) off; /* Unused. Silent compiler warning.… in value_checker()
52 key, filename, content_type, transfer_encoding, size, data); in value_checker()
/dports/www/mitmproxy/mitmproxy-7.0.4/test/mitmproxy/net/http/http1/
H A Dtest_read.py89 treq(headers=Headers(transfer_encoding="chunked")),
92 treq(headers=Headers(transfer_encoding="gzip,\tchunked")),
97 treq(headers=Headers(transfer_encoding="chunked", content_length="42")),
101 … treq(headers=Headers(transfer_encoding="chun\u212Aed")), # "chunKed".lower() == "chunked"
105 treq(headers=Headers(transfer_encoding="chun ked")), # "chunKed".lower() == "chunked"
109 treq(headers=Headers(transfer_encoding="qux")),
114 treq(headers=Headers(transfer_encoding="gzip")),
118 tresp(headers=Headers(transfer_encoding="gzip")),
H A Dtest_assemble.py73 c = list(assemble_body(Headers(transfer_encoding="chunked"), [b"123456789a", b""], Headers()))
76 c = list(assemble_body(Headers(transfer_encoding="chunked"), [b"123456789a"], Headers()))
79 …c = list(assemble_body(Headers(transfer_encoding="chunked"), [b"123456789a"], Headers(trailer="tra…
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/werkzeug/
H A Dformparser.py380 transfer_encoding = headers.get("content-transfer-encoding")
382 transfer_encoding is not None
383 and transfer_encoding in _supported_multipart_encodings
385 return transfer_encoding
465 transfer_encoding = self.get_part_encoding(headers)
489 if transfer_encoding is not None:
490 if transfer_encoding == "base64":
491 transfer_encoding = "base64_codec"
493 line = codecs.decode(line, transfer_encoding)
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/werkzeug/
H A Dformparser.py380 transfer_encoding = headers.get("content-transfer-encoding")
382 transfer_encoding is not None
383 and transfer_encoding in _supported_multipart_encodings
385 return transfer_encoding
465 transfer_encoding = self.get_part_encoding(headers)
489 if transfer_encoding is not None:
490 if transfer_encoding == "base64":
491 transfer_encoding = "base64_codec"
493 line = codecs.decode(line, transfer_encoding)
/dports/news/newsstar/newsstar-1.5.6/src/
H A Dmaincf.c51 char *transfer_encoding; member
76 maincf_data.ole_charset = maincf_data.transfer_encoding = NULL; in maincf_init()
108 &maincf_data.transfer_encoding); in maincf_init()
167 maincf_data.transfer_encoding = XSTRDUP("8bit"); in maincf_init()
284 return maincf_data.transfer_encoding; in maincf_get_transfer_encoding()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/config/initializers/
H A Dmail_encoding_patch.rb28 def encoded(transfer_encoding = nil, charset = nil) argument
42 enc = if Utilities.blank?(transfer_encoding)
45 negotiate_best_encoding(transfer_encoding)
/dports/mail/p5-Mail-Message/Mail-Message-3.011/t/
H A D315encode-body.t26 , transfer_encoding => 'base64'
32 my $dec = $body->encode(transfer_encoding => 'none');
39 my $enc = $dec->encode(transfer_encoding => '7bit', charset => 'utf-8');
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/browser/webkit/
H A Dtest_mhtml.py111 transfer_encoding=mhtml.E_BASE64)
139 def test_payload_lines_wrap(checker, transfer_encoding): argument
145 transfer_encoding=transfer_encoding)
159 transfer_encoding=mhtml.E_QUOPRI)
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Platinum/Source/Core/
H A DPltHttpServerTask.cpp308 const NPT_String& transfer_encoding = entity->GetTransferEncoding(); in SendResponseHeaders() local
309 if (!transfer_encoding.IsEmpty()) { in SendResponseHeaders()
310 headers.SetHeader(NPT_HTTP_HEADER_TRANSFER_ENCODING, transfer_encoding); in SendResponseHeaders()
320 … const NPT_String* transfer_encoding = headers.GetHeaderValue(NPT_HTTP_HEADER_TRANSFER_ENCODING); in SendResponseHeaders() local
330 … (transfer_encoding && transfer_encoding->Compare(NPT_HTTP_TRANSFER_ENCODING_CHUNKED) == 0); in SendResponseHeaders()
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Platinum/Source/Core/
H A DPltHttpServerTask.cpp308 const NPT_String& transfer_encoding = entity->GetTransferEncoding(); in SendResponseHeaders() local
309 if (!transfer_encoding.IsEmpty()) { in SendResponseHeaders()
310 headers.SetHeader(NPT_HTTP_HEADER_TRANSFER_ENCODING, transfer_encoding); in SendResponseHeaders()
320 … const NPT_String* transfer_encoding = headers.GetHeaderValue(NPT_HTTP_HEADER_TRANSFER_ENCODING); in SendResponseHeaders() local
330 … (transfer_encoding && transfer_encoding->Compare(NPT_HTTP_TRANSFER_ENCODING_CHUNKED) == 0); in SendResponseHeaders()
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dh1_decoder.c33 int transfer_encoding; member
246 decoder->transfer_encoding = 0; in s_reset_state()
395 } else if (decoder->transfer_encoding & AWS_HTTP_TRANSFER_ENCODING_CHUNKED) { in s_linestate_header()
452 if (decoder->transfer_encoding) { in s_linestate_header()
510 int prev_flags = decoder->transfer_encoding; in s_linestate_header()
513 decoder->transfer_encoding |= AWS_HTTP_TRANSFER_ENCODING_CHUNKED; in s_linestate_header()
519 decoder->transfer_encoding |= AWS_HTTP_TRANSFER_ENCODING_DEPRECATED_COMPRESS; in s_linestate_header()
522 decoder->transfer_encoding |= AWS_HTTP_TRANSFER_ENCODING_DEFLATE; in s_linestate_header()
528 decoder->transfer_encoding |= AWS_HTTP_TRANSFER_ENCODING_GZIP; in s_linestate_header()
546 …if ((prev_flags & AWS_HTTP_TRANSFER_ENCODING_CHUNKED) && (decoder->transfer_encoding != prev_flags… in s_linestate_header()
[all …]
/dports/mail/p5-Mail-Message/Mail-Message-3.011/lib/Mail/Message/TransferEnc/
H A DQuotedPrint.pm36 , transfer_encoding => 'none'
49 , transfer_encoding => 'quoted-printable'
/dports/lang/php73/php-7.3.33/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation3.phpt2 …code_mimeheader() function : usage variations - Pass different data types to $transfer_encoding arg
11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
17 …* Pass different data types to $transfer_encoding argument to see how mb_encode_mimeheader() behav…
50 // unexpected values to be passed to $transfer_encoding argument
/dports/converters/php73-mbstring/php-7.3.33/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation3.phpt2 …code_mimeheader() function : usage variations - Pass different data types to $transfer_encoding arg
11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
17 …* Pass different data types to $transfer_encoding argument to see how mb_encode_mimeheader() behav…
50 // unexpected values to be passed to $transfer_encoding argument
/dports/www/mod_php73/php-7.3.33/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation3.phpt2 …code_mimeheader() function : usage variations - Pass different data types to $transfer_encoding arg
11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
17 …* Pass different data types to $transfer_encoding argument to see how mb_encode_mimeheader() behav…
50 // unexpected values to be passed to $transfer_encoding argument
/dports/mail/courier/courier-0.65.3/webmail/
H A Dnewmsg_create.c960 transfer_encoding = in newmsg_createsentmsg()
965 transfer_encoding = NULL; in newmsg_createsentmsg()
977 if (transfer_encoding) in newmsg_createsentmsg()
982 transfer_encoding); in newmsg_createsentmsg()
1014 transfer_encoding); in newmsg_createsentmsg()
1209 const char *transfer_encoding; in createsentmsg_recursive() local
1216 transfer_encoding = in createsentmsg_recursive()
1221 transfer_encoding = NULL; in createsentmsg_recursive()
1236 if (transfer_encoding) in createsentmsg_recursive()
1241 transfer_encoding); in createsentmsg_recursive()
[all …]
/dports/mail/py-mail-parser/mail-parser-3.15.0/mailparser/
H A Dmailparser.py388 transfer_encoding = ported_string(
391 transfer_encoding, i))
397 if transfer_encoding == "base64" or (
398 transfer_encoding == "quoted-\
405 elif "uuencode" in transfer_encoding:
410 transfer_encoding = "base64"
428 "content_transfer_encoding": transfer_encoding})

12345678910>>...26