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 13:55:30 +08:00
- [Retrofit 2 Dynamic URL](https://www.baeldung.com/retrofit-dynamic-url)
2021-03-10 21:19:07 +08:00
- [Adding Interceptors in OkHTTP](https://www.baeldung.com/java-okhttp-interceptors)
2021-05-12 22:31:56 +08:00
- [A Guide to Events in OkHTTP](https://www.baeldung.com/java-okhttp-events)
2021-06-24 03:56:00 +08:00
- [Download a Binary File Using OkHttp](https://www.baeldung.com/java-okhttp-download-binary-file)
2021-08-05 01:01:57 +08: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 22:15:04 +08:00
- [Mock a URL Connection in Java](https://www.baeldung.com/java-simulate-url-connection)
- More articles [[<-- prev]](/libraries-http)