This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move to parent dir and change readme
- Loading branch information
Showing
182 changed files
with
36 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
language: java | ||
|
||
sudo: false | ||
|
||
jdk: oraclejdk8 | ||
|
||
env: | ||
- TEST_DIR=foxhttp | ||
|
||
script: cd $TEST_DIR && mvn clean install -P full-build | ||
script: mvn clean install -P full-build |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,39 @@ | ||
![GroundWork-Icon][1] | ||
 | ||
|
||
GroundWork Project | ||
================== | ||
Collection of useful libraries for Java and Android. | ||
## Build-Status [](https://travis-ci.org/Viascom/FoxHttp) [](https://travis-ci.org/Viascom/FoxHttp) | ||
|
||
## Build-Status | ||
Master: [](https://travis-ci.org/Viascom/groundwork) | ||
Develop: [](https://travis-ci.org/Viascom/groundwork) | ||
**FoxHttp provides a fast and easy http client for Java and Android. It's part of the GroundWork Project by Viascom.** | ||
|
||
## Projects: | ||
|
||
### FoxHttp | ||
The FoxHttp provides a fast and easy http client for java and android. It is part of the GroundWork Project by Viascom.<br/> | ||
[](https://github.com/Viascom/groundwork/tree/master) | ||
[](https://github.com/Viascom/groundwork/tree/foxhttp-develop) | ||
[](https://github.com/Viascom/groundwork/tree/master) | ||
[](https://github.com/Viascom/groundwork/tree/foxhttp-develop)<br/> | ||
[](https://github.com/Viascom/groundwork/tree/foxhttp-develop) | ||
[](https://github.com/Viascom/groundwork/tree/foxhttp-develop) | ||
[]() | ||
[]() | ||
|
||
### POM | ||
The POM module provides a parent pom which is also use in the GroundWork Project. It is part of the GroundWork Project by Viascom.<br/> | ||
[]() | ||
[]() | ||
[]() | ||
[]() | ||
|
||
### Service-Result | ||
The ServiceResult module provides a standard result for your REST applications. It is part of the GroundWork Project by Viascom.<br/> | ||
[]() | ||
[]() | ||
[]() | ||
[]() | ||
|
||
### REST-Client | ||
The RESTClient modules are located in the [restclient-develop](https://github.com/Viascom/groundwork/tree/restclient-develop) branch. | ||
|
||
# License | ||
GroundWork is GPLv3 licensed. See the [LICENSE](/blob/master/LICENSE) file for details. | ||
|
||
[1]: ViascomGroundWorkIcon.png | ||
[]()<br/><br/> | ||
Request against [httpbin](https://httpbin.org/) which was installed on localhost:<br/> | ||
[](https://github.com/Viascom/groundwork/wiki/GroundWork-FoxHttp-Examples#get-request) | ||
[](https://github.com/Viascom/groundwork/wiki/GroundWork-FoxHttp-Examples#post-request-with-string-body) | ||
[](https://github.com/Viascom/groundwork/wiki/GroundWork-FoxHttp-Examples#get-request-with-basicauth) | ||
[](https://github.com/Viascom/groundwork/wiki/GroundWork-FoxHttp-Examples#post-request-with-object-body-and-object-response) | ||
|
||
## Functions | ||
* 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 | ||
* Lambda support | ||
* 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)_ |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.