Skip to content

emikra/vertx-json-http-request

Repository files navigation

vertx-json-http-request

Inspired by superagent.

NOTE: The API is not finalized and is still undergoing changes!

This is a wrapper for the vertx HttpClientRequest. It simplifies making client libraries for json based REST APIs. It also allows you to template requests and also has a plugin interface to extend the request and response handling behavior of the client.

vertx-json-http-request-client

This is the base client. Does not include any plugins.

vertx-json-http-request-plugins

This includes some basic plugins for parameterizing and prefixing urls and logging requests and responses.

About

Simplifies making client libraries for JSON based REST APIs for vert.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages