OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:http
(Results
176 - 200
of
4370
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-http/src/org/apache/http/conn/
ClientConnectionManager.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/conn/ClientConnectionManager.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.conn;
37
import org.apache.
http
.conn.routing.HttpRoute;
38
import org.apache.
http
.conn.scheme.SchemeRegistry;
55
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
/external/apache-http/src/org/apache/http/conn/params/
ConnManagerParamBean.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/conn/params/ConnManagerParamBean.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.conn.params;
34
import org.apache.
http
.params.HttpAbstractParamBean;
35
import org.apache.
http
.params.HttpParams;
43
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
/external/apache-http/src/org/apache/http/impl/auth/
NTLMScheme.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/auth/NTLMScheme.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.auth;
33
import org.apache.
http
.Header;
34
import org.apache.
http
.HttpRequest;
35
import org.apache.
http
.auth.AUTH;
36
import org.apache.
http
.auth.AuthenticationException;
37
import org.apache.
http
.auth.Credentials
[
all
...]
/external/apache-http/src/org/apache/http/impl/cookie/
BasicExpiresHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/BasicExpiresHandler.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.cookie;
33
import org.apache.
http
.cookie.MalformedCookieException;
34
import org.apache.
http
.cookie.SetCookie;
38
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
BasicMaxAgeHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/BasicMaxAgeHandler.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.cookie;
35
import org.apache.
http
.cookie.MalformedCookieException;
36
import org.apache.
http
.cookie.SetCookie;
39
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
/external/grpc-grpc/test/core/http/
format_request_test.cc
9
*
http
://www.apache.org/licenses/LICENSE-2.0
19
#include "src/core/lib/
http
/format_request.h"
33
req.
http
.path = const_cast<char*>("/index.html");
34
req.
http
.hdr_count = 1;
35
req.
http
.hdrs = &hdr;
40
"GET /index.html
HTTP
/1.0\r\n"
60
req.
http
.path = const_cast<char*>("/index.html");
61
req.
http
.hdr_count = 1;
62
req.
http
.hdrs = &hdr;
67
"POST /index.html
HTTP
/1.0\r\n
[
all
...]
/external/libcups/cups/
dest-job.c
10
* missing or damaged, see the license at "
http
://www.cups.org/".
35
cupsCancelDestJob(http_t *
http
, /* I - Connection to destination */
42
if ((info = cupsCopyDestInfo(
http
, dest)) != NULL)
54
ippDelete(cupsDoRequest(
http
, request, info->resource));
74
http_t *
http
, /* I - Connection to destination */
84
DEBUG_printf(("cupsCloseDestJob(
http
=%p, dest=%p(%s/%s), info=%p, job_id=%d)", (void *)
http
, (void *)dest, dest ? dest->name : NULL, dest ? dest->instance : NULL, (void *)info, job_id));
90
if (!
http
)
91
http
= _cupsConnect();
97
if (!
http
|| !dest || !info || job_id <= 0
[
all
...]
http.h
11
* missing or damaged, see the license at "
http
://www.cups.org/".
112
typedef enum http_auth_e /****
HTTP
authentication types @exclude all@ ****/
123
typedef enum http_encoding_e /****
HTTP
transfer encoding values ****/
127
HTTP_ENCODING_FIELDS /* Sending
HTTP
fields */
136
typedef enum http_encryption_e /****
HTTP
encryption values ****/
151
typedef enum http_field_e /****
HTTP
field names ****/
187
typedef enum http_keepalive_e /****
HTTP
keep-alive values ****/
193
typedef enum http_state_e /****
HTTP
state values; states
233
typedef enum http_status_e /****
HTTP
status codes ****/
239
HTTP_STATUS_SWITCHING_PROTOCOLS, /*
HTTP
upgrade to TLS/SSL *
[
all
...]
/external/python/httplib2/tests/
test_other.py
27
http
= httplib2.
Http
()
29
response, content =
http
.request(uri + "?query", "METHOD")
34
METHOD /?query
HTTP
/1.1\r\n\
42
http
= httplib2.
Http
(cache=tests.get_cache_path())
43
new_http = pickle.loads(pickle.dumps(
http
))
45
assert tuple(sorted(new_http.__dict__)) == tuple(sorted(
http
.__dict__))
46
assert new_http.credentials.credentials ==
http
.credentials.credentials
47
assert new_http.certificates.credentials ==
http
.certificates.credential
[
all
...]
/external/apache-http/src/org/apache/http/client/protocol/
RequestAddCookies.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/client/protocol/RequestAddCookies.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.client.protocol;
42
import org.apache.
http
.Header;
43
import org.apache.
http
.HttpException;
44
import org.apache.
http
.HttpHost;
45
import org.apache.
http
.HttpRequest;
46
import org.apache.
http
.HttpRequestInterceptor
[
all
...]
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpClient4.java
8
*
http
://www.apache.org/licenses/LICENSE-2.0
24
import net.oauth.
http
.HttpMessage;
25
import net.oauth.
http
.HttpResponseMessage;
26
import org.apache.
http
.HttpResponse;
27
import org.apache.
http
.client.HttpClient;
28
import org.apache.
http
.client.methods.HttpDelete;
29
import org.apache.
http
.client.methods.HttpEntityEnclosingRequestBase;
30
import org.apache.
http
.client.methods.HttpGet;
31
import org.apache.
http
.client.methods.HttpPost;
32
import org.apache.
http
.client.methods.HttpPut
[
all
...]
/external/apache-http/android/src/android/net/http/
AndroidHttpClientConnection.java
8
*
http
://www.apache.org/licenses/LICENSE-2.0
17
package android.net.
http
;
19
import org.apache.
http
.HttpConnection;
20
import org.apache.
http
.HttpClientConnection;
21
import org.apache.
http
.HttpConnectionMetrics;
22
import org.apache.
http
.HttpEntity;
23
import org.apache.
http
.HttpEntityEnclosingRequest;
24
import org.apache.
http
.HttpException;
25
import org.apache.
http
.HttpInetConnection;
26
import org.apache.
http
.HttpRequest
[
all
...]
/external/apache-http/android/src/com/android/internal/http/multipart/
PartSource.java
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package com.android.internal.
http
.multipart;
/external/apache-http/src/org/apache/http/
ConnectionClosedException.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/ConnectionClosedException.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
;
46
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
HeaderElement.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/HeaderElement.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
;
35
* One element of an
HTTP
{@link Header header} value.
46
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
HttpConnection.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/HttpConnection.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
;
37
* A generic
HTTP
connection, useful on client and server side.
46
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
HttpInetConnection.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/HttpInetConnection.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
;
37
* An
HTTP
connection over the Internet Protocol (IP).
46
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
HttpRequestFactory.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/HttpRequestFactory.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
;
44
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
MalformedChunkCodingException.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/MalformedChunkCodingException.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
;
40
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
MethodNotSupportedException.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/MethodNotSupportedException.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
;
36
* Indicates that an
HTTP
method is not supported.
45
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
NoHttpResponseException.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/NoHttpResponseException.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
;
38
* Signals that the target server failed to respond with a valid
HTTP
response.
46
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
ProtocolException.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/ProtocolException.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
;
35
* Signals that an
HTTP
protocol violation has occurred.
43
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
/external/apache-http/src/org/apache/http/auth/
AUTH.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/auth/AUTH.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.auth;
35
* Constants and static helpers related to the
HTTP
authentication.
42
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
/external/apache-http/src/org/apache/http/client/
HttpResponseException.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/client/HttpResponseException.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.client;
34
* Signals a non 2xx
HTTP
response.
37
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
/external/apache-http/src/org/apache/http/client/params/
CookiePolicy.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/client/params/CookiePolicy.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.client.params;
35
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
44
* with common cookie management of popular
HTTP
agents.
Completed in 538 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>