Skip to content

A proxy that process multiple http request packed in a single one. Similar to Google batch API and OData.

License

Notifications You must be signed in to change notification settings

aarnone/httpbatcher

Repository files navigation

httpbatcher

Build Status

A proxy that process multiple http request packed in a single one. Similar to Google batch API and OData.

Build instruction

To build the project just run:

$ go test
$ go build

To run the integration test suite you'll need docker and docker-compose available, and run:

$ docker-compose up -d --build
$ go test ./integration-test --tags integration
$ docker-compose down -v --rmi local

About

A proxy that process multiple http request packed in a single one. Similar to Google batch API and OData.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages