Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 971 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 971 Bytes

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

NetBeans IDE Eclipse

repo size GitHub

My solutions are:

  1. HttpURLConnection
  2. HttpClient
  3. Apache HttpClient