Searched refs:CONTENT_LENGTH (Results 1 – 25 of 28) sorted by relevance
12
16 public static final String CONTENT_LENGTH = "Content-Length: "; field in HttpPostRequestTest30 int contentLength = size + contentLengthHeaderValueSize + CONTENT_LENGTH.length(); in testSimpleRawPostData()31 String input = header + CONTENT_LENGTH + (contentLength+4) + "\r\n\r\n" + content; in testSimpleRawPostData()50 int contentLength = size + contentLengthHeaderValueSize + CONTENT_LENGTH.length(); in testSimplePostWithSingleMultipartFormField()51 String input = header + CONTENT_LENGTH + (contentLength+4) + "\r\n\r\n" + content; in testSimplePostWithSingleMultipartFormField()73 int contentLength = size + contentLengthHeaderValueSize + CONTENT_LENGTH.length(); in testPostWithMultipleMultipartFormFields()74 String input = header + CONTENT_LENGTH + (contentLength+4) + "\r\n\r\n" + content; in testPostWithMultipleMultipartFormFields()97 int contentLength = size + contentLengthHeaderValueSize + CONTENT_LENGTH.length(); in testPostWithMultipleMultipartFormFieldsWhereContentTypeWasSeparatedByComma()98 String input = header + CONTENT_LENGTH + (contentLength+4) + "\r\n\r\n" + content; in testPostWithMultipleMultipartFormFieldsWhereContentTypeWasSeparatedByComma()151 int contentLength = size + contentLengthHeaderValueSize + CONTENT_LENGTH.length(); in preparePostWithMultipartForm()[all …]
283 headers.add(new OAuth.Parameter(CONTENT_LENGTH, form.length + "")); in invoke()305 headers.add(new OAuth.Parameter(CONTENT_LENGTH, form.length in invoke()346 protected static final String CONTENT_LENGTH = HttpMessage.CONTENT_LENGTH; field in OAuthClient
76 if (HttpMessage.CONTENT_LENGTH.equalsIgnoreCase(key) in execute()
15 from paste.httpheaders import CONTENT_LENGTH88 CONTENT_LENGTH.update(self.headers, content_length)
161 CONTENT_LENGTH.update(headers, content_length)
323 setHeader(HttpHeaders.CONTENT_LENGTH,null); in sendError()542 if (HttpHeaders.CONTENT_LENGTH.equalsIgnoreCase(name)) in setHeader()602 if (HttpHeaders.CONTENT_LENGTH.equalsIgnoreCase(name)) in addHeader()615 if (HttpHeaders.CONTENT_LENGTH.equalsIgnoreCase(name)) in setIntHeader()629 if (HttpHeaders.CONTENT_LENGTH.equalsIgnoreCase(name)) in addIntHeader()839 _connection.getResponseFields().putLongField(HttpHeaders.CONTENT_LENGTH, len); in setContentLength()871 _connection.getResponseFields().putLongField(HttpHeaders.CONTENT_LENGTH, len); in setLongContentLength()
57 headerName(TokenTypes.CONTENT_LENGTH); in parse()
180 TokenTypes.CONTENT_LENGTH); in selectLexer()216 TokenTypes.CONTENT_LENGTH); in selectLexer()
73 public static final int CONTENT_LENGTH = START + 36; field
51 CONTENT_LENGTH= "Content-Length", field in HttpHeaders183 CONTENT_LENGTH_BUFFER=CACHE.add(CONTENT_LENGTH,CONTENT_LENGTH_ORDINAL),
70 removeHeaders(CONTENT_LENGTH); // unpredictable in HttpMessageDecoder()
154 public static final String CONTENT_LENGTH = "Content-Length"; field in HttpMessage
45 public static final String CONTENT_LENGTH = "Content-Length"; field in HttpHeaders
33 assert '200' == CONTENT_LENGTH(environ)
75 public static final String CONTENT_LENGTH = ContentLengthHeader.NAME; //26 field
129 putNameMap(CONTENT_LENGTH, ContentLength.class.getName()); //26 in initializeNameMap()
225 requestHeaders.putLongField(HttpHeaders.CONTENT_LENGTH, requestContent.length()); in commitRequest()239 requestHeaders.remove(HttpHeaders.CONTENT_LENGTH); in commitRequest()
75 String length = request.removeHeaders(HttpMessage.CONTENT_LENGTH); in execute()
538 response.setHeader(HttpHeaders.CONTENT_LENGTH,Long.toString(length)); in doResponseHeaders()
602 … exchange.setRequestHeader(HttpHeaders.CONTENT_LENGTH,Long.toString(contentLength)); in service()
570 input stream is readable even if the ``CONTENT_LENGTH`` is not set.678 * Fix ``req.body_file = f`` setting ``CONTENT_LENGTH`` to ``-1`` (now removes from environ)961 * Fix defaulting of ``CONTENT_TYPE`` instead of ``CONTENT_LENGTH`` to1139 ``environ['CONTENT_LENGTH']`` is somehow invalid.
255 >>> req.environ['CONTENT_LENGTH'] = str(len(req.body))
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
1090 response.setHeader(HttpHeaders.CONTENT_LENGTH,Long.toString(count)); in writeHeaders()
449 maps to ``CONTENT_LENGTH``.518 and ``CONTENT_LENGTH`` set for recursive requests.