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

https://github.com/mariosenese/httprequest-java

HttpRequest: guide to do the http requests in java
https://github.com/mariosenese/httprequest-java

api api-rest http httprequest java json request response

Last synced: 18 days ago
JSON representation

HttpRequest: guide to do the http requests in java

Awesome Lists containing this project

README

          

# HttpRequest - How to make http requests, in java?

This repository contains what solutions are, in my opinion, to make http requests, with the Java programming language.

[![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=java&logoColor=white)](https://www.java.com/it/)

[![NetBeans IDE](https://img.shields.io/badge/NetBeansIDE-1B6AC6.svg?style=for-the-badge&logo=apache-netbeans-ide&logoColor=white)](https://netbeans.apache.org/download/index.html)
[![Eclipse](https://img.shields.io/badge/Eclipse-FE7A16.svg?style=for-the-badge&logo=Eclipse&logoColor=white)](https://www.eclipse.org/downloads/)

![repo size](https://img.shields.io/github/repo-size/MarioSenese/HttpRequest-Java?style=for-the-badge)
[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/MarioSenese)

My solutions are:
1. **HttpURLConnection**
2. **HttpClient**
3. **Apache HttpClient**