GroundWork FoxHttp - viascom/FoxHttp GitHub Wiki

FoxHttp provides a fast and easy http client for Java and Android. It's part of the GroundWork Project by Viascom.
Request against httpbin which was installed on localhost:




- HTTP / HTTPS method support
- GET, POST, PUT, DELETE, OPTIONS, HEAD, TRACE request support
- Builders for fast and easy request execution
- Automatic request and response parsing
- Integrated Object, URL-Encoded & Multipart-Body support
- Custom and predefined interceptors
- Powerful authorization strategy
- Fully customizable cookie store
- Host and SSL trust strategy
- Easy proxy strategy
- Android support
- GroundWork ServiceResult support
- Faster than other HttpClient-Frameworks (such as httpComponents,okhttp)
- Gson and XStream support
- OAuth2 support
- Annotation application structure
- URL placeholder support
- Advanced cache strategy (coming soon)
- GroundWork Server-Security support (coming soon)
- Wildcards in FoxHttpAuthorizationScope
- Add GZipResponseInterceptor and DeflateResponseInterceptor
- Intercepter weighting for better flow control