Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kgilmer/touge
Small utilities under public domain.
https://github.com/kgilmer/touge
Last synced: about 1 month ago
JSON representation
Small utilities under public domain.
- Host: GitHub
- URL: https://github.com/kgilmer/touge
- Owner: kgilmer
- Created: 2011-10-20T07:17:19.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-06T03:01:28.000Z (about 12 years ago)
- Last Synced: 2023-03-11T08:17:44.158Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 253 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Touge is a set of utility classes released into the public domain.
## ReSTClient
### A class to simplify java.net.HttpURLConnection for common rest-style API operations.
- No external dependencies.
- One file, public domain, drop sources in any project easily.
- Supports vistor-style error handling, header customization.
- Simple deserialization support.
- Programmatically create URLs with URLBuilder.
- Synchronous or asynchronous (Future-style) calling modes.
- Optional debug output of requests and response data.
- Examples: http://kgilmer.github.com/touge/
- Binaries: https://leafcutter.ci.cloudbees.com/job/restclient/lastSuccessfulBuild/artifact/org.touge.restclient/dist/
- Javadoc: https://leafcutter.ci.cloudbees.com/job/restclient/javadoc/# OSGiUtil
### A class for common functions with the OSGi service registry.
- Only requires standard OSGi API as dependency.
- Supports vistor-style service and bundle access.