/external/curl/lib/ |
transfer.c | 67 #include "http.h" 174 const struct HTTP *http = data->req.protop; local 176 if(http->sending == HTTPSEND_REQUEST) 177 /* We're sending the HTTP request headers, not the data. 409 * Curl_readrewind() rewinds the read stream. This is typically used for HTTP 430 struct HTTP *http = data->req.protop; local 432 if(http->sendit) 433 mimepart = http->sendit 1071 struct HTTP *http = k->protop; local 1920 struct HTTP *http = data->req.protop; local [all...] |
/external/python/httplib2/ |
libhttplib2.tex | 9 % http://www.python.org/doc/current/doc/doc.html 24 A comprehensive HTTP client library. } 51 \modulesynopsis{A comprehensive HTTP client library, \module{httplib2} supports many features left out of other HTTP libraries.} 60 The \module{httplib2} module is a comprehensive HTTP client library with the following features: 63 \item[HTTP and HTTPS] HTTPS support is only available if the socket module was compiled with SSL support. 64 \item[Keep-Alive] Supports HTTP 1.1 Keep-Alive, keeping the socket open and performing multiple requests over the same connection if possible. 65 \item[Authentication] The following three types of HTTP Authentication are supported. These can be used over both HTTP and HTTPS. 74 The module can handle any HTTP request method, not just GET and POST [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
NativeDecoderTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 40 import org.apache.http.Header; 41 import org.apache.http.HttpRequest; 42 import org.apache.http.impl.DefaultHttpServerConnection; 43 import org.apache.http.impl.io.SocketOutputBuffer; 44 import org.apache.http.io.SessionOutputBuffer; 45 import org.apache.http.params.HttpParams; 46 import org.apache.http.util.CharArrayBuffer; [all...] |
StreamingMediaPlayerTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 40 import org.apache.http.impl.DefaultHttpServerConnection; 41 import org.apache.http.impl.io.SocketOutputBuffer; 42 import org.apache.http.io.SessionOutputBuffer; 43 import org.apache.http.params.HttpParams; 127 // Streaming HTTP video from YouTube 252 // Streaming audio from local HTTP server
|
/external/python/apitools/apitools/base/py/ |
base_api.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 87 http_method: HTTP verb to use for this method. 156 if url.startswith('http://') or url.startswith('https://'): 238 def __init__(self, url, credentials=None, get_credentials=True, http=None, 260 self._http = http or http_wrapper.GetHttp() 321 def http(self): member in class:BaseApiClient 413 """Hook for pre-processing of http requests.""" 416 logging.info('Making http %s to %s', 587 http_request.headers['x-http-method-override'] = 'GET' 595 """Process the given http response."" [all...] |
/external/python/cpython3/Lib/http/ |
server.py | 0 """HTTP server classes. 3 Note: BaseHTTPRequestHandler doesn't implement any HTTP request; see 7 It does, however, optionally implement HTTP/1.1 persistent connections, 37 # HTTP Working Group T. Berners-Lee 39 # <draft-ietf-http-v10-spec-00.txt> H. Frystyk Nielsen 42 # URL: http://www.ics.uci.edu/pub/ietf/http/draft-ietf-http-v10-spec-00.txt 51 # URL: http://www.faqs.org/rfcs/rfc2616.html 73 # | request: The first line of the HTTP request as sent by the client [all...] |
/external/python/oauth2client/tests/ |
test_service_account.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 299 http = HttpMockSequence([ 310 token = credentials.get_access_token(http=http) 327 token = credentials.get_access_token(http=http) 345 token = credentials.get_access_token(http=http) 493 h = httplib2.Http() 528 h = httplib2.Http() [all...] |
/cts/tests/tests/netsecpolicy/src/android/security/ |
NetworkSecurityPolicyTestBase.java | 12 import android.net.http.AndroidHttpClient; 16 import org.apache.http.HttpResponse; 17 import org.apache.http.client.methods.HttpGet;
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
FilterDispatchIntegrationTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 39 import javax.servlet.http.HttpServlet; 40 import javax.servlet.http.HttpServletRequest; 41 import javax.servlet.http.HttpServletResponse;
|
ServletPipelineRequestDispatcherTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 45 import javax.servlet.http.HttpServlet; 46 import javax.servlet.http.HttpServletRequest; 47 import javax.servlet.http.HttpServletResponse; 261 expect(mockRequest.getScheme()).andReturn("http"); 267 assertEquals("http://the.server:12345/new-uri", wrappedRequest.getRequestURL().toString()); 272 expect(mockRequest.getScheme()).andReturn("http"); 278 assertEquals("http://the.server/new-uri", wrappedRequest.getRequestURL().toString()); 283 expect(mockRequest.getScheme()).andReturn("http"); 289 assertEquals("http://the.server/new-uri", wrappedRequest.getRequestURL().toString()) [all...] |
/external/libcups/cups/ |
ipp.c | 11 * missing or damaged, see the license at "http://www.cups.org/". 43 static ssize_t ipp_read_http(http_t *http, ipp_uchar_t *buffer, [all...] |
/external/libphonenumber/demo/src/com/google/phonenumbers/ |
PhoneNumberParserServlet.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 50 import javax.servlet.http.HttpServlet; 51 import javax.servlet.http.HttpServletRequest; 52 import javax.servlet.http.HttpServletResponse; 198 absoluteURL ? "http://libphonenumber.appspot.com/phonenumberparser" : "/phonenumberparser");
|
/external/python/apitools/samples/iam_sample/iam_v1/ |
iam_v1_client.py | 24 get_credentials=True, http=None, model=None, 32 get_credentials=get_credentials, http=http, model=model,
|
/build/blueprint/ |
doc.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 // (http://martine.github.io/ninja/) manifest describing the commands that need
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
CaCertManagementTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 19 import android.net.http.X509TrustManagerExtensions;
|
/development/build/ |
Android.mk | 97 # org.apache.http.legacy.jar stubs 98 ALL_SDK_FILES += $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/org.apache.http.legacy.stubs_intermediates/classes.jar
|
/development/testrunner/ |
create_test.py | 10 # http://www.apache.org/licenses/LICENSE-2.0 44 http://www.apache.org/licenses/LICENSE-2.0 53 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_plistlib.py | 13 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/Arm/ |
RTSMHelper.S | 7 # http://opensource.org/licenses/bsd-license.php
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/AARCH64/ |
RelocatableVirtHelper.S | 8 # http://opensource.org/licenses/bsd-license.php
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
bootsect.S | 7 #* http://opensource.org/licenses/bsd-license.php
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
DivU64x64Remainder.S | 7 # http://opensource.org/licenses/bsd-license.php
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/ |
PeiCoreEntry.S | 7 # http://opensource.org/licenses/bsd-license.php.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/X64/ |
PageFaultHandler.S | 9 # http://opensource.org/licenses/bsd-license.php
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
DivU64x64Remainder.S | 7 # http://opensource.org/licenses/bsd-license.php.
|