p-builder-ng.http-builder-ng-okhttp.0.14.0.source-code.overview.adoc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-builder-ng-okhttp Show documentation
Show all versions of http-builder-ng-okhttp Show documentation
Groovy client for making http requests.
Http Builder NG is a modern Groovy DSL for making http requests. It requires Java 8 and a modern Groovy. It is built against Groovy 2.4.x,
but it doesn't make any assumptions about which version of Groovy you are using. The main goal of Http Builder NG is to allow you to make
http requests in a natural and readable way.
* Project: https://github.com/http-builder-ng/http-builder-ng/
* Site: https://http-builder-ng.github.io/http-builder-ng/
* Issues: https://github.com/http-builder-ng/http-builder-ng/issues
This is the "okhttp" library, containing the http://square.github.io/okhttp/[OkHttp] client library support.
== License
HTTP Builder NG is licensed under the http://www.apache.org/licenses/LICENSE-2.0[Apache 2] open source license.
----
Copyright 2017 David Clark
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language governing permissions
and limitations under the License.
----