Searched defs:HTTP (Results 1 - 25 of 27) sorted by relevance

12

/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DHTTP.java30 * Convert an HTTP header to a JSONObject and back.
34 public class HTTP { class
40 * Convert an HTTP header string into a JSONObject. It can be a request
45 * "HTTP-Version": "HTTP/1.1" (for example)
49 * "HTTP-Version": "HTTP/1.1" (for example),
54 * the HTTP field names as JSON names, so that <pre>
66 * @param string An HTTP header string.
77 if (t.toUpperCase().startsWith("HTTP")) {
[all...]
/external/apache-http/src/org/apache/http/
H A DHttpVersion.java37 * Represents an HTTP version, as specified in RFC 2616.
54 public static final String HTTP = "HTTP"; field in class:HttpVersion
56 /** HTTP protocol version 0.9 */
59 /** HTTP protocol version 1.0 */
62 /** HTTP protocol version 1.1 */
67 * Create an HTTP protocol version designator.
69 * @param major the major version number of the HTTP protocol
70 * @param minor the minor version number of the HTTP protocol
75 super(HTTP, majo
[all...]
/external/apache-http/src/org/apache/http/protocol/
H A DHTTP.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HTTP.java $
35 * Constants and static helpers related to the HTTP protocol.
48 public final class HTTP { class
55 /** HTTP header definitions */
67 /** HTTP expectations */
70 /** HTTP connection control */
101 private HTTP() { method in class:HTTP
/external/curl/lib/
H A Dhttp.h52 * from repeated function invokes. Used so that the entire HTTP request can
125 * HTTP unique setup
127 struct HTTP { struct
158 /*********** for HTTP/2 we store stream-local data here *************/
167 int status_code; /* HTTP status code */
172 uint32_t error_code; /* HTTP/2 error code */
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
H A DHtmlActivityTask.java67 private static final String HTTP = "http"; field in class:HtmlActivityTask
122 if (!HTTP.equals(Uri.parse(url).getScheme())) {
167 if (!HTTP.equals(Uri.parse(mUrl).getScheme())) {
/external/python/cpython2/Lib/
H A Dcookielib.py1 r"""HTTP cookie handling for web clients.
4 HTTP::Cookies, from the libwww-perl library.
7 attributes of the HTTP cookie system as cookie-attributes, to distinguish
37 import httplib # only for the default HTTP port namespace
227 Wed, 09 Feb 1994 22:23:32 GMT -- HTTP format
228 Tuesday, 08-Feb-94 14:15:29 GMT -- old rfc850 HTTP format
229 Tuesday, 08-Feb-1994 14:15:29 GMT -- broken rfc850 HTTP format
230 09 Feb 1994 22:23:32 GMT -- HTTP format (no weekday)
337 follow this syntax (BNF as from the HTTP/1.1 specification, but we relax
650 # need to be escaped to form a valid HTTP UR
[all...]
H A Dhttplib.py1 r"""HTTP/1.1 client library
87 __all__ = ["HTTP", "HTTPResponse", "HTTPConnection",
210 505: 'HTTP Version Not Supported',
346 # An empty header name. These aren't allowed in HTTP, but it's
357 # parsed as a valid HTTP/1.0 or 1.1 status line. By default it is
358 # false because it prevents clients from talking to HTTP/0.9
360 # status line will look like an HTTP/0.9 response.
383 self.version = _UNKNOWN # HTTP-Version
413 if not version.startswith('HTTP/'):
420 return "HTTP/0.
1138 class HTTP: class in inherits:
[all...]
/external/robolectric/v1/lib/main/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/guice/extensions/struts2/lib/
H A Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 298 milliseconds

12