dmfs / http-client-essentials-suite

A lightweight http-client suite.
Apache License 2.0
11 stars 5 forks source link

Basic HttpRequest implementations #109

Open dmfs opened 6 years ago

dmfs commented 6 years ago

In order to create requests more easily, I want basic implementations for common requests like GET and POST.

Proposed usage:

HttpRequest<String> = new Get<String>(new StringMediaType("text/plain"), new StringResponeHandler());