https://github.com/realtimeweb/stickyweb
A module for uniformly accessing distributed resources and, more powerfully, pre-cached distributed resources.
https://github.com/realtimeweb/stickyweb
Last synced: 4 days ago
JSON representation
A module for uniformly accessing distributed resources and, more powerfully, pre-cached distributed resources.
- Host: GitHub
- URL: https://github.com/realtimeweb/stickyweb
- Owner: RealTimeWeb
- Created: 2013-09-26T20:17:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-04T14:51:38.000Z (over 11 years ago)
- Last Synced: 2024-03-27T02:50:59.773Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 4.74 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
StickyWeb
=========
A module for uniformly accessing distributed resources and, more powerfully, pre-cached distributed resources.
Java
====
StickyWeb connection = new StickyWeb();
StickyWebResponse response= connection.get("url", ...).setOnline(false).execute();
System.out.println(response.asText());