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

11 Commits

Author SHA1 Message Date
Benoît Quenaudon
6c4855a7c7 Use AssertJ in tests (#4713) 2019-03-13 21:07:33 -04:00
Yuri Schimke
ceb42f1322 EverythingIsNonNull annotation (#4286)
Adds an annotation EverythingIsNonNull, and fixes some nullability on public API.
2018-09-30 09:33:42 +01:00
Yuri Schimke
0b2486f7f3 Make separate IPv4 and IPv6 requests for DNS over HTTPS (#4234)
Make separate requests because DNS in practice does not support multiple questions A + AAAA in a single message.
2018-09-02 19:27:32 +01:00
Yuri Schimke
6cf1f1e75d Enable chantra for DNS over HTTPS testing 2018-08-23 07:45:42 +01:00
Yuri Schimke
d562795f7d DNS over HTTPS spec 13 2018-08-16 17:33:46 +01:00
Jesse Wilson
44c2696932 Merge pull request #4124 from square/jwilson.0706.client_certs
Support client authentication in MockWebServer
2018-07-06 16:22:42 -04:00
Jake Wharton
351b3d6bf7 Add get(String) alternative which fails on invalid inputs
This is an unchecked-throwing version of parse(String).
2018-07-06 15:30:55 -04:00
Jesse Wilson
d908a676c2 Support client authentication in MockWebServer
Also expose the handshake in the RecordedResponse.

https://github.com/square/okhttp/issues/3934
2018-07-06 10:08:19 -04:00
Jake Wharton
36f4fd04f7 Add parse overload which fails on invalid inputs 2018-07-05 23:18:15 -04:00
Yuri Schimke
aa58436fbf Update cloudflare GET example (#4097)
* Update cloudflare GET example

* add IP example
2018-06-28 22:38:47 -04:00
Yuri Schimke
5b37cda9e0 DNS over HTTPS (#3972)
DNS over HTTPS implementation

experimental API in 3.11
https://tools.ietf.org/html/draft-ietf-doh-dns-over-https-11
2018-06-24 20:29:21 +01:00