http共11篇
Comprehensive Guide to OkHttp for Java and Kotlin-拾光赋

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...
kity的头像-拾光赋kity1个月前
02015
Lib HttpClient Utils: Uma biblioteca Java para simplificar requisições HTTP-拾光赋

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...
kity的头像-拾光赋kity2年前
0396
Java-based console app as HTTP client-拾光赋

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...
kity的头像-拾光赋kity2年前
04115
A tentative comparison of fault tolerance libraries on the JVM-拾光赋

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...
kity的头像-拾光赋kity3年前
02913
When validating JSON require parsing-拾光赋

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...
kity的头像-拾光赋kity4年前
02315
5 ways to make HTTP requests in Java-拾光赋

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 ...
kity的头像-拾光赋kity5年前
04810
Paging a http endpoint by recursion-拾光赋

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...
kity的头像-拾光赋kity5年前
04415
Sharing Requests in Slack-拾光赋

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...
kity的头像-拾光赋kity5年前
0275
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)

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...
kity的头像-拾光赋kity5年前
0497
Why I like Go HTTP client as a Java developer-拾光赋

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...
kity的头像-拾光赋kity6年前
03314
HTTP library for Android-拾光赋

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...
kity的头像-拾光赋kity7年前
03813