Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexcheng1982/jdk-http-client-example

Example of JDK HttpClient
https://github.com/alexcheng1982/jdk-http-client-example

http-client jdk

Last synced: 2 days ago
JSON representation

Example of JDK HttpClient

Awesome Lists containing this project

README

        

# JDK HttpClient Example

Examples of using
JDK [HttpClient](https://docs.oracle.com/en/java/javase/22/docs/api/java.net.http/java/net/http/HttpClient.html)

Run each source file using `java` command.

```shell
java ExtractBaiduHotSearchWords.java
```