Searched defs:headers (Results 1 - 25 of 311) sorted by relevance

1234567891011>>

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
H A Ddefaults.py74 def headers(): function
/prebuilts/tools/common/m2/repository/io/grpc/grpc-auth/0.13.2/
H A Dgrpc-auth-0.13.2.jar ... .ClientCall$Listener responseListener io.grpc.Metadata headers io.grpc.Metadata cachedSaved java.net. ...
/prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
H A Dhandlers.py5 from headers import Headers
73 headers = None variable in class:BaseHandler
147 self.headers['Content-Length'] = str(self.bytes_sent)
157 if 'Content-Length' not in self.headers:
160 def start_response(self, status, headers,exc_info=None):
166 # Re-raise original exception if headers sent
170 elif self.headers is not None:
178 for name,val in headers:
181 assert not is_hop_by_hop(name),"Hop-by-hop headers not allowed"
183 self.headers
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
H A Dhandlers.py5 from headers import Headers
73 headers = None variable in class:BaseHandler
147 self.headers['Content-Length'] = str(self.bytes_sent)
157 if 'Content-Length' not in self.headers:
160 def start_response(self, status, headers,exc_info=None):
166 # Re-raise original exception if headers sent
170 elif self.headers is not None:
178 for name,val in headers:
181 assert not is_hop_by_hop(name),"Hop-by-hop headers not allowed"
183 self.headers
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
H A Dhandlers.py5 from headers import Headers
73 headers = None variable in class:BaseHandler
147 self.headers['Content-Length'] = str(self.bytes_sent)
157 if 'Content-Length' not in self.headers:
160 def start_response(self, status, headers,exc_info=None):
166 # Re-raise original exception if headers sent
170 elif self.headers is not None:
178 for name,val in headers:
181 assert not is_hop_by_hop(name),"Hop-by-hop headers not allowed"
183 self.headers
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
H A Dhandlers.py5 from headers import Headers
73 headers = None variable in class:BaseHandler
147 self.headers['Content-Length'] = str(self.bytes_sent)
157 if 'Content-Length' not in self.headers:
160 def start_response(self, status, headers,exc_info=None):
166 # Re-raise original exception if headers sent
170 elif self.headers is not None:
178 for name,val in headers:
181 assert not is_hop_by_hop(name),"Hop-by-hop headers not allowed"
183 self.headers
[all...]
/prebuilts/tools/common/m2/repository/io/grpc/grpc-auth/1.0.1/
H A Dgrpc-auth-1.0.1.jar ... .ClientCall$Listener responseListener io.grpc.Metadata headers io.grpc.Metadata cachedSaved java.net. ...
/prebuilts/tools/common/m2/repository/io/grpc/grpc-auth/1.0.3/
H A Dgrpc-auth-1.0.3.jar ... .util.Map metadata io.grpc.Metadata headers Throwable e } io/grpc/auth/GoogleAuthLibraryCallCredentials$JwtHelper.class ...
/prebuilts/tools/common/m2/repository/io/grpc/grpc-stub/0.13.2/
H A Dgrpc-stub-0.13.2.jar ... io.grpc.Metadata) io.grpc.Metadata headers public void onMessage (java.lang.Object) Object message ...
/prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/0.13.2/
H A Dgrpc-netty-0.13.2.jar ... grpc.MethodDescriptor method private io.grpc.Metadata headers private final io.netty.channel.Channel channel ...
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dcgi.py234 # At start of next part. Read headers first.
235 headers = mimetools.Message(fp)
236 clength = headers.getheader('content-length')
273 line = headers['content-disposition']
339 headers = {} variable in class:MiniFieldStorage
384 headers: a dictionary(-like) object (sometimes rfc822.Message or a
385 subclass thereof) containing *all* headers
395 def __init__(self, fp=None, headers=None, outerboundary="",
404 headers : header dictionary-like object; default:
438 if headers i
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dcgi.py234 # At start of next part. Read headers first.
235 headers = mimetools.Message(fp)
236 clength = headers.getheader('content-length')
273 line = headers['content-disposition']
339 headers = {} variable in class:MiniFieldStorage
384 headers: a dictionary(-like) object (sometimes rfc822.Message or a
385 subclass thereof) containing *all* headers
395 def __init__(self, fp=None, headers=None, outerboundary="",
404 headers : header dictionary-like object; default:
438 if headers i
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcgi.py234 # At start of next part. Read headers first.
235 headers = mimetools.Message(fp)
236 clength = headers.getheader('content-length')
273 line = headers['content-disposition']
339 headers = {} variable in class:MiniFieldStorage
384 headers: a dictionary(-like) object (sometimes rfc822.Message or a
385 subclass thereof) containing *all* headers
395 def __init__(self, fp=None, headers=None, outerboundary="",
404 headers : header dictionary-like object; default:
438 if headers i
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcgi.py234 # At start of next part. Read headers first.
235 headers = mimetools.Message(fp)
236 clength = headers.getheader('content-length')
273 line = headers['content-disposition']
339 headers = {} variable in class:MiniFieldStorage
384 headers: a dictionary(-like) object (sometimes rfc822.Message or a
385 subclass thereof) containing *all* headers
395 def __init__(self, fp=None, headers=None, outerboundary="",
404 headers : header dictionary-like object; default:
438 if headers i
[all...]
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/mockwebserver/2.7.4/
H A Dmockwebserver-2.7.4.jar ... private String status private com.squareup.okhttp.Headers$Builder headers private okio.Buffer body private long ...
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/
H A Dnetty-codec-http2-4.1.6.Final.jar ... .netty.handler.codec.http2.Http2Headers headers int padding boolean endOfStream public void onHeadersRead (io.netty ...
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.3.Final/
H A Dnetty-codec-http2-4.1.3.Final.jar ... .netty.handler.codec.http2.Http2Headers headers int padding boolean endOfStream public void onHeadersRead (io.netty ...
/prebuilts/tools/common/m2/repository/io/grpc/grpc-stub/1.0.1/
H A Dgrpc-stub-1.0.1.jar ... io.grpc.Metadata) io.grpc.Metadata headers public void onMessage (java.lang.Object) Object message ...
/prebuilts/tools/common/m2/repository/io/grpc/grpc-stub/1.0.3/
H A Dgrpc-stub-1.0.3.jar ... io.grpc.Metadata) io.grpc.Metadata headers public void onMessage (java.lang.Object) Object message ...
/prebuilts/misc/common/robolectric/lib/
H A Dwagon-http-shared-1.0-beta-6.jar ... config org.apache.commons.httpclient.Header[] headers protected java.lang.String getURL (org.apache ...
/prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-http-shared/1.0-beta-6/
H A Dwagon-http-shared-1.0-beta-6.jar ... config org.apache.commons.httpclient.Header[] headers protected java.lang.String getURL (org.apache ...
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
H A Dnetty-codec-http2-4.1.0.CR3.jar ... .netty.handler.codec.http2.Http2Headers headers int padding boolean endOfStream public void onHeadersRead (io.netty
/prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/1.0.1/
H A Dgrpc-netty-1.0.1.jar ... Http2Headers add (io.netty.handler.codec.Headers) io.netty.handler.codec.Headers headers ...
/prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/1.0.3/
H A Dgrpc-netty-1.0.3.jar ... Http2Headers add (io.netty.handler.codec.Headers) io.netty.handler.codec.Headers headers ...
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_urllib2.py53 The Request.headers dictionary is not a documented interface. It should
54 stay that way, because the complete set of headers are only accessible
56 However, .headers pre-dates those methods, and so real code will be using
60 code that previously saw all (urllib2 user)-provided headers in .headers
62 A better change would have been to replace .headers dict with a dict
63 subclass (or UserDict.DictMixin instance?) that preserved the .headers
64 interface and also provided access to the "unredirected" headers. It's
71 >>> Request(url, headers={"Spam-eggs": "blah"}).headers["Spa
662 headers = r.info() variable in class:HandlerTests.test_ftp.NullFTPHandler
[all...]

Completed in 3876 milliseconds

1234567891011>>