Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/taimos/httputils

HTTP Utilities
https://github.com/taimos/httputils

Last synced: 8 days ago
JSON representation

HTTP Utilities

Awesome Lists containing this project

README

        

httputils
=========

HTTP Utilities

[![Build Status](https://travis-ci.org/taimos/HTTPUtils.png?branch=master)](https://travis-ci.org/taimos/HTTPUtils)

Setup
=====

```

de.taimos
httputils
someversion

```

Usage
=====

```
try(final HTTPResponse response = WS.url("https://www.google.de/").get()) {
response.getStatus(); // Get status code
response.getResponseAsString(); // Get response body
}
```