/prebuilts/go/darwin-x86/src/net/http/ |
readrequest_test.go | 149 // Tests chunked body with trailer: 153 "Transfer-Encoding: chunked\r\n\r\n" + 164 TransferEncoding: []string{"chunked"}, 181 // Tests chunked body and a bogus Content-Length which should be deleted. 185 "Transfer-Encoding: chunked\r\n" + 196 TransferEncoding: []string{"chunked"},
|
requestwrite_test.go | 30 // HTTP/1.1 => chunked coding; no body; no trailer 77 // HTTP/1.1 => chunked coding; body; empty trailer 89 TransferEncoding: []string{"chunked"}, 97 "Transfer-Encoding: chunked\r\n\r\n" + 103 "Transfer-Encoding: chunked\r\n\r\n" + 106 // HTTP/1.1 POST => chunked coding; body; empty trailer 119 TransferEncoding: []string{"chunked"}, 128 "Transfer-Encoding: chunked\r\n\r\n" + 135 "Transfer-Encoding: chunked\r\n\r\n" + 262 "Transfer-Encoding: chunked\r\n\r\n" [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
readrequest_test.go | 149 // Tests chunked body with trailer: 153 "Transfer-Encoding: chunked\r\n\r\n" + 164 TransferEncoding: []string{"chunked"}, 181 // Tests chunked body and a bogus Content-Length which should be deleted. 185 "Transfer-Encoding: chunked\r\n" + 196 TransferEncoding: []string{"chunked"},
|
requestwrite_test.go | 30 // HTTP/1.1 => chunked coding; no body; no trailer 77 // HTTP/1.1 => chunked coding; body; empty trailer 89 TransferEncoding: []string{"chunked"}, 97 "Transfer-Encoding: chunked\r\n\r\n" + 103 "Transfer-Encoding: chunked\r\n\r\n" + 106 // HTTP/1.1 POST => chunked coding; body; empty trailer 119 TransferEncoding: []string{"chunked"}, 128 "Transfer-Encoding: chunked\r\n\r\n" + 135 "Transfer-Encoding: chunked\r\n\r\n" + 262 "Transfer-Encoding: chunked\r\n\r\n" [all...] |
/external/apache-http/src/org/apache/http/impl/entity/ |
LaxContentLengthStrategy.java | 71 * than "identity", then the transfer-length is defined by use of the "chunked" transfer- 111 * <p>All HTTP/1.1 applications that receive entities MUST accept the "chunked" transfer-coding 123 * transfer-coding = "chunked" | transfer-extension 140 * include "chunked", unless the message is terminated by closing the connection. When the 141 * "chunked" transfer-coding is used, it MUST be the last transfer-coding applied to the 142 * message-body. The "chunked" transfer-coding MUST NOT be applied more than once to a 224 // The chunked encoding must be the last one applied RFC2616, 14.41 230 return CHUNKED;
|
/external/curl/lib/ |
http_proxy.c | 316 /* chunked-encoded body, so we need to do the chunked dance 321 /* now parse the chunked piece of data so that we can 400 /* We set ignorebody true here since the chunked 414 /* now parse the chunked piece of data so that we can 431 /* without content-length or chunked encoding, we 480 "chunked")) { 481 infof(data, "CONNECT responded chunked\n");
|
/external/curl/tests/libtest/ |
lib579.c | 106 slist = curl_slist_append(slist, "Transfer-Encoding: chunked"); 137 /* enforce chunked transfer by setting the header */
|
/external/libmicrohttpd/src/microhttpd/ |
internal.c | 68 return "chunked body ready"; 70 return "chunked body unready";
|
/libcore/benchmarks/src/benchmarks/regression/ |
URLConnectionBenchmark.java | 93 CHUNKED; 98 } else if (this == TransferEncoding.CHUNKED) {
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_HTTP_TRANSFER_DECODING.3 | 35 (default). libcurl does chunked transfer decoding by default unless this
|
/external/libmicrohttpd/src/examples/ |
chunked_example.c | 21 * @brief example for generating chunked encoding with libmicrohttpd
|
/external/valgrind/docs/lib/ |
vg_basic.css | 56 /* don't have underlined links in chunked nav menus */
|
/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
MockResponse.java | 35 private static final String CHUNKED_BODY_HEADER = "Transfer-encoding: chunked"; 183 * Sets the response body to {@code body}, chunked every {@code 212 * chunked every {@code maxChunkSize} bytes.
|
/external/webrtc/webrtc/base/ |
httpbase.h | 51 virtual ProcessResult ProcessHeaderComplete(bool chunked, size_t& data_size, 76 virtual HttpError onHttpHeaderComplete(bool chunked, size_t& data_size) = 0; 156 ProcessResult ProcessHeaderComplete(bool chunked,
|
/external/apache-http/src/org/apache/http/impl/io/ |
ChunkedInputStream.java | 46 * Implements chunked transfer coding. 49 * It transparently coalesces chunks of a HTTP stream that uses chunked 111 * <p> Returns all the data in a chunked stream in coalesced form. A chunk 228 "Chunked stream ended unexpectedly"); 258 * Upon close, this reads the remainder of the chunked message,
|
package.html | 43 in particular the chunked encoding for
|
/libcore/ojluni/src/main/java/sun/net/www/http/ |
ChunkedInputStream.java | 52 * The <code>HttpClient</code> that should be notified when the chunked stream has 117 * Indicates if an error was encountered when processing the chunked 123 * Indicates if the chunked stream has been closed using the 152 * should be optional trailers or an indication that the chunked 158 * State to indicate that the chunked stream is complete and 209 * As a chunked stream is inheritly persistent (see HTTP 1.1 RFC) the 267 * The parsing of the chunked stream is performed as a state machine with 524 * Return the number of chunked bytes available to read 538 * All of chunked response has been read to return EOF. 577 * Return the number of chunked bytes available to rea [all...] |
/libcore/support/src/test/java/tests/support/ |
Support_TestWebServer.java | 77 /* If set, this will cause response data to be sent in 'chunked' format */ 78 boolean chunked = false; field in class:Support_TestWebServer 152 * Call this to indicate whether chunked data should be used 157 chunked = value; 162 * the "chunked" transfer encoding. 589 // TODO handle chunked encoding from the client 753 if (chunked) { 754 psPrint(ps, "Transfer-Encoding: chunked"); 777 if (chunked) { 778 psPrint(ps, "Transfer-Encoding: chunked"); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
httplib.py | 358 self.chunked = _UNKNOWN # is "chunked" being used? 436 self.chunked = 0 449 # are we using the chunked-style of transfer encoding? 451 if tr_enc and tr_enc.lower() == "chunked": 452 self.chunked = 1 455 self.chunked = 0 461 # NOTE: RFC 2616, S4.4, #3 says we ignore this if tr_enc is "chunked" 463 if length and not self.chunked: 480 # if the connection remains open, and we aren't using chunked, an [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
httplib.py | 358 self.chunked = _UNKNOWN # is "chunked" being used? 436 self.chunked = 0 449 # are we using the chunked-style of transfer encoding? 451 if tr_enc and tr_enc.lower() == "chunked": 452 self.chunked = 1 455 self.chunked = 0 461 # NOTE: RFC 2616, S4.4, #3 says we ignore this if tr_enc is "chunked" 463 if length and not self.chunked: 480 # if the connection remains open, and we aren't using chunked, an [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
httplib.py | 358 self.chunked = _UNKNOWN # is "chunked" being used? 436 self.chunked = 0 449 # are we using the chunked-style of transfer encoding? 451 if tr_enc and tr_enc.lower() == "chunked": 452 self.chunked = 1 455 self.chunked = 0 461 # NOTE: RFC 2616, S4.4, #3 says we ignore this if tr_enc is "chunked" 463 if length and not self.chunked: 480 # if the connection remains open, and we aren't using chunked, an [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
httplib.py | 358 self.chunked = _UNKNOWN # is "chunked" being used? 436 self.chunked = 0 449 # are we using the chunked-style of transfer encoding? 451 if tr_enc and tr_enc.lower() == "chunked": 452 self.chunked = 1 455 self.chunked = 0 461 # NOTE: RFC 2616, S4.4, #3 says we ignore this if tr_enc is "chunked" 463 if length and not self.chunked: 480 # if the connection remains open, and we aren't using chunked, an [all...] |
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/ |
MockResponse.java | 28 private static final String CHUNKED_BODY_HEADER = "Transfer-encoding: chunked"; 157 * Sets the response body to {@code body}, chunked every {@code maxChunkSize} 179 * Sets the response body to the UTF-8 encoded bytes of {@code body}, chunked
|
/external/apache-http/src/org/apache/http/ |
HttpEntity.java | 89 * Tells about chunked encoding for this entity. 91 * chunked encoding should be used when the entity is sent. 93 * the entity was received with chunked encoding. 98 * @return <code>true</code> if chunked encoding is preferred for this
|
/external/bzip2/ |
bzip.css | 59 /* don't have underlined links in chunked nav menus */
|