1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-14 07:22:20 +03:00
Commit Graph

15 Commits

Author SHA1 Message Date
Jesse Wilson
dc1e870d24 Basic Gradle support 2019-03-17 00:16:26 -04:00
jwilson
83b9dd4275 Upgrade to Checktyle 7.7.
This allows us to put @Nullable immediately preceding the return type,
which is exactly where we want it.
2017-05-06 14:21:55 -04:00
jwilson
ce695b67fa A WebSockets sample that uses the Slack API.
Currently it just prints WebSockets messages as they arrive, never sending any.
In a follow-up I'd like to do that, and also start to use this to figure out
where and how our WebSockets client can be improved.

https://github.com/square/okhttp/issues/2902
2016-10-23 11:24:22 -04:00
jwilson
98ae0fb92c Sort imports and wrap documentation at 100 columns.
This is a mechanical refactoring. The only thing I had trouble with is IntelliJ's
weak support for <ul> tags in Javadoc.
2015-12-23 19:34:28 -05:00
jwilson
c9a89876de Rename com.squareup.okhttp to okhttp3
Maven group changes will come in follow up.
2015-12-16 01:34:59 -05:00
jwilson
d3c57bd4f3 HttpURL parsing.
This includes everything but character encoding. The implementation
is built around one oversized method that runs top to bottom; I found
this was easier to follow than the switch statement recommended by the
URL standard.
2015-05-03 22:12:39 -04:00
Jake Wharton
996e9c95bd Move HttpUrlConnection implementation to its own package. 2014-04-19 23:59:15 -07:00
jwilson
39c0d7d563 Push stream flags into Spdy3.
Previously flags were being interpretted in SpdyConnection
and SpdyStream. This won't work for HTTP/2.0, which has its
own flag setup.
2013-08-14 07:25:25 -04:00
Jake Wharton
490019163f Update checkstyle stuffs. 2013-08-11 23:43:03 -07:00
jwilson
045867ef5d Update checkstyle.xml and fix problems 2013-01-31 18:37:46 -05:00
jwilson
78c6624b11 Promote Connection, ConnectionPool and Address APIs.
This moves HttpConnection.Address and HttpConnection.TunnelConfig
to their own top-level classes.
2012-12-24 00:39:48 -05:00
Jesse Wilson
bbea4aaa6f Fix checkstyle issues. 2012-12-03 11:18:53 -05:00
Jesse Wilson
ac0a0b98e4 We don't need no stinkin braces. 2012-09-25 12:00:39 -04:00
Jesse Wilson
df2e128cc9 Fill out known issues in the OkHttp README.
This keeps me honest about how my SPDY work is left
to implement.
2012-08-02 16:40:09 -04:00
Jake Wharton
08b1d7f320 General project clean-up and tweaks.
* Add checkstyle and correct anything that failed.
 * Expand README.md to have more info for the upcoming release.
 * Resolve plugin warnings in pom.xml.
2012-07-28 00:08:05 -07:00