summaryrefslogtreecommitdiffstats
path: root/support/src/test/java/tests/http/MockWebServer.java
Commit message (Expand)AuthorAgeFilesLines
* If libcore wants ASCII casing, it needs to ask for it like everyone else.Elliott Hughes2013-08-021-1/+2
* Fix @deprecated javadoc orthography.Elliott Hughes2013-06-061-1/+1
* Use external/mockwebserver in libcoreJesse Wilson2011-06-071-0/+3
* Don't lose the import for InetAddress.Jesse Wilson2011-05-051-0/+1
* Fix proxy+HTTPS to handle authentication requests from the proxy.Jesse Wilson2011-05-051-4/+17
* Honor max-age and min-fresh request headers.Jesse Wilson2011-04-291-1/+1
* Support conditional gets in HttpURLConnection.Jesse Wilson2011-04-291-9/+29
* am 866b399e: am 9d28a32d: am bc4c79c6: Don\'t read from the delegate stream a...Jesse Wilson2011-03-311-2/+3
|\
| * Don't read from the delegate stream after we close it.Jesse Wilson2011-03-311-2/+3
* | Fix MockWebServer to use the same hostname as TestKeyStore.Jesse Wilson2011-03-291-4/+7
|/
* Fix HTTP cookie to do case mapping with Locale.US.Jesse Wilson2011-01-131-2/+2
* Move tests from android.core.URLTest to URLConnectionTest.Jesse Wilson2011-01-131-43/+51
* Test that HttpURLConnection responds gracefully when the server closes a socket.Jesse Wilson2010-12-161-6/+11
* Fix broken interactions between HTTP response caches and redirects.Jesse Wilson2010-10-271-2/+4
* Strip usage of the term 'localhost' from URLConnectionTest.Jesse Wilson2010-09-231-3/+6
* Support for TLS Extensions enabled SSLSockets with fallback to vanila SSLBrian Carlstrom2010-08-021-1/+6
* Buffering the decoding of chunked encoding and HTTP headers.Jesse Wilson2010-07-011-23/+104
* Fixing response cache and connection reuse for HTTP client.Jesse Wilson2010-06-281-14/+43
* Fixing various problems with HTTPS proxies thru HTTP.Jesse Wilson2010-06-141-1/+0
* Adding testcases for HttpsURLConnection and through a proxy.Jesse Wilson2010-06-111-0/+6
* Adding HTTPS and proxy support to our mock webserver.Jesse Wilson2010-06-101-19/+58
* Testing that URLConnection uses CookieManager for send and receive.Jesse Wilson2010-05-171-9/+4
* Adding checks to make sure the HTTP method is consistent with its body.Jesse Wilson2010-05-101-1/+16
* New MockWebServer for HTTP testing.Jesse Wilson2010-05-101-0/+274