1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-29 06:23:09 +03:00
Commit Graph

44 Commits

Author SHA1 Message Date
Jesse Wilson
5641d02a8d Add a Headers recipe. 2014-06-08 12:47:10 -04:00
Jake Wharton
848ad4a5c3 Merge pull request #893 from square/jwilson_0603_configure_timeouts_recipe
Recipe for configuring timeouts.
2014-06-03 23:51:35 -07:00
Jesse Wilson
ea9103a243 Recipe for configuring timeouts. 2014-06-03 23:39:22 -07:00
Jesse Wilson
22bb048e13 Recipe to clone OkHttpRequest for per-request config changes. 2014-06-03 23:32:10 -07:00
Jesse Wilson
4c77a1cc53 Cancel recipe. 2014-06-02 00:48:12 -07:00
Jesse Wilson
f7c3bad89f Give each recipe its own file. 2014-06-01 19:31:13 -04:00
Jesse Wilson
1ba78fa29d Some POST samples. 2014-05-31 10:01:19 -04:00
Jesse Wilson
84ba90faf8 Recipes for Gson and Caching. 2014-05-28 00:31:16 -04:00
Jesse Wilson
95ea889b5b First couple recipes. 2014-05-26 23:15:58 -04:00
Jesse Wilson
1a1cc18f26 Update samples and marketing site. 2014-05-25 10:01:37 -04:00
Jesse Wilson
cc92c4cecc [maven-release-plugin] prepare for next development iteration 2014-05-24 02:03:47 -04:00
Jesse Wilson
8dcc74d339 [maven-release-plugin] prepare release parent-2.0.0-RC1 2014-05-24 02:03:37 -04:00
Jesse Wilson
22a03b59fa Drop ResponseSource. 2014-05-19 11:01:22 -04:00
Jesse Wilson
9fcb67db2f Rename Request.Body to RequestBody and Response.Body to ResponseBody.
Compelling alternative is ReadableBody and WritableBody, or BodySource and BodySink.
Which in theory permits reuse for serverside body makers. But I don't like those names
as much.
2014-05-10 08:26:44 -04:00
Jesse Wilson
329750f917 Rename HttpResponseCache to Cache.
Also move OkResponseCache.java into internal.
2014-04-28 23:05:39 -04:00
Jesse Wilson
7e28b1d6b6 Change HttpResponseCache to not implement java.net.ResponseCache.
This marks some methods as @Deprecated and internal-only.
Unfortunately we don't have a great mechanism to hide them from
the documented API.
2014-04-28 21:37:51 -04:00
Adrian Cole
520d9fc2bc Support common http verbs including zero length POST, DELETE. 2014-04-26 08:56:21 -07:00
Adrian Cole
63d4dfaaa6 Merge Job into Call. CallTest = AsyncApiTest + SyncApiTest. 2014-04-25 11:13:39 -07:00
Jesse Wilson
411a338105 Use File helpers in Okio. 2014-04-18 17:57:15 -04:00
Jesse Wilson
62a7ea2d20 Make Buffer the body type in MockResponse. 2014-04-17 20:19:16 -04:00
Jake Wharton
fc6c47fddf Migrate samples to the new API. 2014-04-17 00:21:13 -07:00
Jesse Wilson
06f09c2da6 Sample: Crawler. 2014-03-11 22:04:15 -04:00
Adrian Cole and Jesse Wilson
fdee6f13a4 FindBugs sweep. 2014-02-05 17:18:30 +01:00
Jake Wharton
faea360ddf Toward a 2.0! 2014-01-11 18:59:47 -08:00
jwilson
742cee9e41 Static HTTPS/SPDY3/HTTP2 server example 2013-09-07 11:21:14 -04:00
Jake Wharton
ca7d09b4e8 [maven-release-plugin] prepare for next development iteration 2013-08-23 23:19:52 -07:00
Jake Wharton
4eb81fee1f [maven-release-plugin] prepare release parent-1.2.1 2013-08-23 23:19:48 -07:00
Jake Wharton
db3b3f4d2a [maven-release-plugin] prepare for next development iteration 2013-08-12 00:01:30 -07:00
Jake Wharton
f7699d9243 [maven-release-plugin] prepare release parent-1.2.0 2013-08-12 00:01:26 -07:00
Jake Wharton
bc3aa64462 Revert "[maven-release-plugin] prepare release parent-1.2"
This reverts commit ad928c668d.
2013-08-11 23:45:35 -07:00
jwilson
3626d69813 [maven-release-plugin] prepare for next development iteration 2013-08-11 10:30:12 -04:00
jwilson
ad928c668d [maven-release-plugin] prepare release parent-1.2 2013-08-11 10:30:06 -04:00
jwilson
ad5ac4a57f [maven-release-plugin] prepare for next development iteration 2013-06-23 20:01:05 -04:00
jwilson
d439855a9d [maven-release-plugin] prepare release parent-1.1.1 2013-06-23 20:01:02 -04:00
jwilson
5516526004 [maven-release-plugin] prepare for next development iteration 2013-06-15 20:28:32 -04:00
jwilson
20f7eebbf5 [maven-release-plugin] prepare release parent-1.1.0 2013-06-15 20:28:28 -04:00
Jake Wharton
1482bc4032 [maven-release-plugin] prepare for next development iteration 2013-05-11 20:56:21 -07:00
Jake Wharton
34049c1c0f [maven-release-plugin] prepare release parent-1.0.2 2013-05-11 20:56:12 -07:00
Jake Wharton
d49ddf3414 [maven-release-plugin] prepare for next development iteration 2013-05-06 09:19:55 -07:00
Jake Wharton
66544feab6 [maven-release-plugin] prepare release parent-1.0.1 2013-05-06 09:19:41 -07:00
Jake Wharton
bd2cac58f3 [maven-release-plugin] prepare for next development iteration 2013-05-06 07:01:00 -07:00
Jake Wharton
d95ecff542 [maven-release-plugin] prepare release parent-1.0.0 2013-05-06 07:00:47 -07:00
jwilson
954e8f5453 Dependency-free examples for the OkHttp front page.
I'm going to include code snippets from these.
2013-05-04 17:41:03 -04:00
Jake Wharton
7ccbf48838 Move library into a module. Introduce sample module with simple GitHub client. 2013-03-25 20:04:51 -07:00