Jake Wharton
|
c46b61d565
|
Use 'Headers' in recorded response.
|
2015-01-05 22:38:23 -08:00 |
|
Jake Wharton
|
5f44ca768e
|
Merge pull request #1289 from square/jw/time-unit
Clean up time-based APIs for throttle and delay.
|
2015-01-05 10:09:22 -08:00 |
|
Jake Wharton
|
8f54a48ea5
|
Clean up time-based APIs for throttle and delay.
|
2015-01-05 09:34:33 -08:00 |
|
Jesse Wilson
|
f84c2c022a
|
Merge pull request #1290 from square/jw/start
Rename play to start.
|
2015-01-05 10:32:51 -05:00 |
|
Jesse Wilson
|
a5e13bd335
|
Merge pull request #1292 from square/jw/more-long
Time amounts should be longs.
|
2015-01-05 10:31:57 -05:00 |
|
Jesse Wilson
|
58dff54d1e
|
Merge pull request #1293 from square/jw/zero
Take no action if transferring zero bytes.
|
2015-01-05 10:31:32 -05:00 |
|
Jesse Wilson
|
4ae1b23953
|
Merge pull request #1291 from square/jw/long-limit
Body limit should be long.
|
2015-01-05 10:30:40 -05:00 |
|
Jesse Wilson
|
0dadd042c1
|
Merge pull request #1295 from square/jw/mock-response-headers
Expose Headers directly on MockResponse.
|
2015-01-05 10:30:06 -05:00 |
|
Jake Wharton
|
c5c4e7857c
|
Expose Headers directly on MockResponse.
|
2015-01-05 00:42:01 -08:00 |
|
Jake Wharton
|
6763803c3d
|
Merge pull request #1270 from square/jw/mock-web-headers
Update MockWebServer to use Headers.
|
2015-01-05 00:27:30 -08:00 |
|
Jake Wharton
|
8e201297fe
|
Update MockWebServer to use Headers.
|
2015-01-05 00:18:56 -08:00 |
|
Jake Wharton
|
5355762a6f
|
Rename play to start.
|
2015-01-04 23:17:42 -08:00 |
|
Jake Wharton
|
9d4b4d9aea
|
Take no action if transferring zero bytes.
This removes the logic from inside the loop for much better readability.
|
2015-01-04 23:10:27 -08:00 |
|
Jake Wharton
|
da95a56de7
|
Time amounts should be longs.
|
2015-01-04 22:56:13 -08:00 |
|
Jake Wharton
|
43abb40f6a
|
Body limit should be long.
|
2015-01-04 22:53:05 -08:00 |
|
Jake Wharton
|
ddbf23693a
|
Merge pull request #1286 from square/jw/response-body-source
Change MockResponse body to Source.
|
2015-01-04 22:05:58 -08:00 |
|
Jake Wharton
|
9a5670beec
|
Change MockResponse body to Source.
|
2015-01-04 22:05:47 -08:00 |
|
Jesse Wilson
|
00a6bfff47
|
Merge pull request #1287 from square/jw/long-deprecated
Remove long-deprecated peek API.
|
2015-01-05 01:04:06 -05:00 |
|
Jesse Wilson
|
e2d5bd72d9
|
Merge pull request #1288 from square/jw/javadoc
Correctly link to OkHttp and Okio javadoc.
|
2015-01-05 01:03:46 -05:00 |
|
Jake Wharton
|
cc7a26574d
|
Correctly link to OkHttp and Okio javadoc.
|
2015-01-04 21:51:41 -08:00 |
|
Jake Wharton
|
6f232fdb6d
|
Remove long-deprecated peek API.
|
2015-01-04 21:40:57 -08:00 |
|
Jesse Wilson
|
a13597e92d
|
Merge pull request #1285 from square/jw/pom-poms
Remove ALPN jars from dependencies block.
|
2015-01-04 20:37:54 -05:00 |
|
Jake Wharton
|
36b844cef5
|
Remove ALPN jars from dependencies block.
These aren't needed since the full dependency is declared directly on the plugin below.
|
2015-01-04 17:21:28 -08:00 |
|
Jesse Wilson
|
7dcdb51616
|
Merge pull request #1283 from square/jw/cache-control-cache-value
Make cache-control remember its header value.
|
2015-01-04 20:13:03 -05:00 |
|
Jake Wharton
|
7a279cb385
|
Make cache-control remember its header value.
|
2015-01-04 17:07:31 -08:00 |
|
Jake Wharton
|
607fb15ab3
|
Merge pull request #1282 from square/jw/sources-and-sinks
Use Sources and Sinks for all IO.
|
2015-01-04 13:57:46 -08:00 |
|
Jake Wharton
|
f6c3ab9b16
|
Use Sources and Sinks for all IO.
|
2015-01-04 13:50:49 -08:00 |
|
Jake Wharton
|
7000edd2b8
|
Merge pull request #1280 from square/jw/mws-ws
Teach MockWebServer to speak WebSockets.
|
2015-01-04 00:58:28 -08:00 |
|
Jake Wharton
|
8b0bdf3155
|
Teach MockWebServer to speak WebSockets.
|
2015-01-04 00:52:22 -08:00 |
|
Jake Wharton
|
16e2b0dcad
|
Merge pull request #1279 from square/jw/public-read
Make readMessage public for future MWS usage.
|
2015-01-03 00:57:57 -08:00 |
|
Jake Wharton
|
f8c35e8ce3
|
Make readMessage public for future MWS usage.
|
2015-01-03 00:56:42 -08:00 |
|
Jesse Wilson
|
b32df4c18b
|
Bump README dependency to 2.2.
|
2015-01-03 00:48:13 -05:00 |
|
Jesse Wilson
|
04e530ad0b
|
Merge pull request #1276 from square/jw/temp-folder
Prefer JUnit rules for temporary folders, MockWebServer.
|
2015-01-03 00:37:42 -05:00 |
|
Jake Wharton
|
5123b3db48
|
Merge pull request #1224 from square/jw/copy
Use native Okio copy for retrying.
|
2015-01-02 18:49:42 -08:00 |
|
Jake Wharton
|
96dec382e2
|
Use native Okio copy for retrying.
|
2015-01-02 18:35:20 -08:00 |
|
Jake Wharton
|
7361b9a141
|
Prefer JUnit rules for temporary folders, MockWebServer.
|
2015-01-02 18:00:23 -08:00 |
|
Jake Wharton
|
f130793f09
|
Merge pull request #1275 from square/jw/skip-alloc
Skip allocating a wrapper list for copying.
|
2015-01-02 16:39:20 -08:00 |
|
Jake Wharton
|
6a7dfe80bc
|
Skip allocating a wrapper list for copying.
|
2015-01-02 16:07:27 -08:00 |
|
Jake Wharton
|
0e7acdd2bc
|
Merge pull request #1274 from square/jwilson_0102_expect_continue
Test Expect: 100-continue with OkHttp, not HttpURLConnection.
|
2015-01-02 15:06:49 -08:00 |
|
Jesse Wilson
|
b2c657b157
|
Test Expect: 100-continue with OkHttp, not HttpURLConnection.
This test is flaky when relying on the platform's built-in
HttpURLConnectionImpl.
Instead, test it with OkHttp's API and implementation.
|
2015-01-02 17:57:41 -05:00 |
|
Jake Wharton
|
d0ed2bb4e3
|
Merge pull request #1273 from square/jw/public
Make TlsVersion and CipherSuite parsing methods public.
|
2015-01-02 14:36:23 -08:00 |
|
Jake Wharton
|
a8d11adf46
|
Fix the String representation of TlsVersion for RecordedRequest.
|
2015-01-02 14:22:43 -08:00 |
|
Jake Wharton
|
c3f5112d99
|
Make TlsVersion and CipherSuite parsing methods public.
|
2015-01-02 14:22:28 -08:00 |
|
Jesse Wilson
|
81dfa432bc
|
Merge pull request #1272 from square/jw/buffer-mws
Use a Buffer for body contents.
|
2015-01-02 17:21:21 -05:00 |
|
Jake Wharton
|
8b6aa0dca5
|
Use a Buffer for body contents.
|
2015-01-02 14:03:25 -08:00 |
|
Jesse Wilson
|
1dc03b7dd4
|
Merge pull request #1271 from square/jw/tee-el-ess
Use TlsVersion enum for recorded requests.
|
2015-01-02 16:51:31 -05:00 |
|
Jake Wharton
|
4a3226a711
|
Use TlsVersion enum for recorded requests.
|
2015-01-02 13:43:13 -08:00 |
|
Jake Wharton
|
9b05d82d03
|
Merge pull request #1267 from square/jw/headers-add-line
Promote adding headers by line to public API.
|
2015-01-02 12:45:41 -08:00 |
|
Jake Wharton
|
c202640e12
|
Promote adding headers by line to public API.
|
2015-01-02 12:38:25 -08:00 |
|
Jesse Wilson
|
db944750a7
|
Merge pull request #1269 from square/jw/comment-fix
Correct comment.
|
2015-01-02 15:34:14 -05:00 |
|