GoogleContainerTools / minikube-build-tools-for-java

Minikube lifecycle management tools for Gradle and Maven.
Apache License 2.0
57 stars 27 forks source link

Adds HTTP request utilities. #45

Closed coollog closed 6 years ago

coollog commented 6 years ago

Fixes #38

coollog commented 6 years ago

Hmm, yea I'll probably just switch to using the Google HTTP client library. I should probably change the JSON parser to use Jackson instead of GSON since the library recommends it as the faster option.

coollog commented 6 years ago

Merged in master - ready for review again.

coollog commented 6 years ago

Changed to 3 classes:

  1. Request - builds the request
  2. Connection - sends the request
  3. Response - holds the response