java-tutorials/libraries-http-2/README.md

18 lines
944 B
Markdown
Raw Normal View History

## HTTP
This module contains articles about HTTP libraries.
### Relevant Articles:
- [Jetty ReactiveStreams HTTP Client](https://www.baeldung.com/jetty-reactivestreams-http-client)
- [Decode an OkHttp JSON Response](https://www.baeldung.com/okhttp-json-response)
2020-11-05 00:55:30 -05:00
- [Retrofit 2 Dynamic URL](https://www.baeldung.com/retrofit-dynamic-url)
2021-03-10 08:19:07 -05:00
- [Adding Interceptors in OkHTTP](https://www.baeldung.com/java-okhttp-interceptors)
2021-05-12 10:31:56 -04:00
- [A Guide to Events in OkHTTP](https://www.baeldung.com/java-okhttp-events)
2021-06-23 15:56:00 -04:00
- [Download a Binary File Using OkHttp](https://www.baeldung.com/java-okhttp-download-binary-file)
2021-08-04 13:01:57 -04:00
- [Trusting a Self-Signed Certificate in OkHttp](https://www.baeldung.com/okhttp-self-signed-cert)
- [Trusting All Certificates in OkHttp](https://www.baeldung.com/okhttp-client-trust-all-certificates)
2023-06-15 10:15:04 -04:00
- [Mock a URL Connection in Java](https://www.baeldung.com/java-simulate-url-connection)
- More articles [[<-- prev]](/libraries-http)