/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
Response.cpp | 35 Headers* createHeadersFromWebResponse(const WebServiceWorkerResponse& webResponse) 37 Headers* headers = Headers::create(); local 39 for (HTTPHeaderMap::const_iterator i = webResponse.headers().begin(), end = webResponse.headers().end(); i != end; ++i) { 40 headers->append(i->key, i->value, exceptionState); 44 return headers; 96 // Headers object, and Body object." 106 // "6. If |init|'s headers member is present, run these substeps: 207 Headers* Response::headers() const function in class:blink::Response [all...] |
/external/chromium_org/net/quic/ |
spdy_utils.cc | 17 string SpdyUtils::SerializeUncompressedHeaders(const SpdyHeaderBlock& headers) { 19 &headers); 21 SpdyFramer::WriteHeaderBlock(&builder, kDefaultSpdyMajorVersion, &headers);
|
/external/chromium_org/net/url_request/ |
url_request_simple_job_unittest.cc | 74 void StartRequest(const HttpRequestHeaders* headers) { 75 if (headers) 76 request_->SetExtraRequestHeaders(*headers); 102 HttpRequestHeaders headers; local 103 headers.SetHeader( 108 StartRequest(&headers); 115 HttpRequestHeaders headers; local 122 headers.SetHeader(HttpRequestHeaders::kRange, range); 124 StartRequest(&headers); 131 HttpRequestHeaders headers; local [all...] |
/external/chromium_org/net/websockets/ |
websocket_handshake_response_info.h | 23 scoped_refptr<HttpResponseHeaders> headers, 32 // HTTP response headers 33 scoped_refptr<HttpResponseHeaders> headers; member in struct:net::WebSocketHandshakeResponseInfo
|
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/ |
test_utils.py | 20 def __init__(self, status, headers, body): 22 self.headers = headers
|
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/ |
WebSocketResponseHandler.java | 30 Map<String, String> headers = session.getHeaders(); local 32 if (!HEADER_WEBSOCKET_VERSION_VALUE.equalsIgnoreCase(headers.get(HEADER_WEBSOCKET_VERSION))) { 34 "Invalid Websocket-Version " + headers.get(HEADER_WEBSOCKET_VERSION)); 37 if (!headers.containsKey(HEADER_WEBSOCKET_KEY)) { 45 handshakeResponse.addHeader(HEADER_WEBSOCKET_ACCEPT, makeAcceptKey(headers.get(HEADER_WEBSOCKET_KEY))); 51 if (headers.containsKey(HEADER_WEBSOCKET_PROTOCOL)) { 52 handshakeResponse.addHeader(HEADER_WEBSOCKET_PROTOCOL, headers.get(HEADER_WEBSOCKET_PROTOCOL).split(",")[0]); 62 Map<String, String> headers = session.getHeaders(); local 63 String upgrade = headers.get(HEADER_UPGRADE); 64 boolean isCorrectConnection = isWebSocketConnectionHeader(headers); [all...] |
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
OkHeaders.java | 3 import com.squareup.okhttp.Headers; 14 /** Headers and utilities for internal use by OkHttp. */ 59 return contentLength(request.headers()); 63 return contentLength(response.headers()); 66 public static long contentLength(Headers headers) { 67 return stringToLong(headers.get("Content-Length")); 85 public static Map<String, List<String>> toMultimap(Headers headers, String valueForNullKey) { 87 for (int i = 0; i < headers.size(); i++) [all...] |
/libcore/support/src/test/java/tests/http/ |
MockResponse.java | 36 private List<String> headers = new ArrayList<String>(); field in class:MockResponse 41 headers.add(EMPTY_BODY_HEADER); 47 result.headers = new ArrayList<String>(result.headers); 72 * Returns the HTTP headers, such as "Content-Length: 0". 75 return headers; 79 headers.clear(); 84 headers.add(header); 97 headers.remove(EMPTY_BODY_HEADER); 99 this.headers.add("Content-Length: " + body.length) [all...] |
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include-fixed/ |
README | 8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible 9 headers. 11 Because this is an automated process, sometimes headers get "fixed"
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/ |
README | 8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible 9 headers. 11 Because this is an automated process, sometimes headers get "fixed"
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/ |
README | 8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible 9 headers. 11 Because this is an automated process, sometimes headers get "fixed"
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/ |
README | 8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible 9 headers. 11 Because this is an automated process, sometimes headers get "fixed"
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
README | 8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible 9 headers. 11 Because this is an automated process, sometimes headers get "fixed"
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
README | 8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible 9 headers. 11 Because this is an automated process, sometimes headers get "fixed"
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include-fixed/ |
README | 8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible 9 headers. 11 Because this is an automated process, sometimes headers get "fixed"
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/ |
README | 8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible 9 headers. 11 Because this is an automated process, sometimes headers get "fixed"
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include-fixed/ |
README | 8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible 9 headers. 11 Because this is an automated process, sometimes headers get "fixed"
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include-fixed/ |
README | 8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible 9 headers. 11 Because this is an automated process, sometimes headers get "fixed"
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include-fixed/ |
README | 8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible 9 headers. 11 Because this is an automated process, sometimes headers get "fixed"
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include-fixed/ |
README | 8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible 9 headers. 11 Because this is an automated process, sometimes headers get "fixed"
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/ |
README | 8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible 9 headers. 11 Because this is an automated process, sometimes headers get "fixed"
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/ |
README | 8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible 9 headers. 11 Because this is an automated process, sometimes headers get "fixed"
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/ |
README | 8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible 9 headers. 11 Because this is an automated process, sometimes headers get "fixed"
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include-fixed/ |
README | 8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible 9 headers. 11 Because this is an automated process, sometimes headers get "fixed"
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/install-tools/include/ |
README | 8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible 9 headers. 11 Because this is an automated process, sometimes headers get "fixed"
|