排序
Comprehensive Guide to OkHttp for Java and Kotlin
Comprehensive Guide to OkHttp for Java and Kotlin, When building applications that communicate over the web, a reliable and efficient HTTP client is essential. OkHttp, one of the m...
Lib HttpClient Utils: Uma biblioteca Java para simplificar requisições HTTP
Lib HttpClient Utils: Uma biblioteca Java para simplificar requisições HTTP,Com o crescente uso de aplicações web e serviços RESTful, a manipulação eficiente de requisiçõe...
Java-based console app as HTTP client
Java-based console app as HTTP client,So here is 'Ye another one http client' that I created for personal use as practice and just to have own tool to test HTTP requests not to dow...
A tentative comparison of fault tolerance libraries on the JVM
A tentative comparison of fault tolerance libraries on the JVM,If you're implementing microservices or not, the chances are that you're calling HTTP endpoints. With HTTP calls, a l...
When validating JSON require parsing
When validating JSON require parsing,Use the utility given in the article and make it effortless. https://medium.com/@prathore28647/apis-and-http-client-parse-json-object-8a394d8ef...
5 ways to make HTTP requests in Java
5 ways to make HTTP requests in Java, [header image credit: Iron in the Butterfly Nebula, NASA Astronomy Picture of the Day July 21 2020 (modified)] Making HTTP requests is a core ...
Paging a http endpoint by recursion
Paging a http endpoint by recursion,Paging the results of REST API calls is a good opportunity to show recursion and how it differs from just using loops. Recursion requires 3 thin...
Sharing Requests in Slack
Sharing Requests in Slack,With Milkman, I already created an extensible open-source alternative to Postman, which I wanted to employ for all sorts of experiments to see if I can bo...
Java Server Build your own HTTP server in Java in less than one hour (only GET method)
Java Server Build your own HTTP server in Java in less than one hour (only GET method), One of the most frequency used protocol in the whole Internet * * In OSI model, layer 7 Ever...
Why I like Go HTTP client as a Java developer
Why I like Go HTTP client as a Java developer,We live in era of microservices. Those have A LOT of communication happening inside their ecosystems. You might have seen so-called de...
HTTP library for Android
HTTP library for Android,Hello fellow Developers, I have developed a small Android library for handling HTTP POST and GET requests. Anyone who is looking for an easy way to perform...