An open API service indexing awesome lists of open source software.

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.

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());