Projects tagged ‘http’ and ‘rest’


Jump to tag:

Projects tagged ‘http’ and ‘rest’

Filtered by Project Tags http rest

Refine results Project Tags java (15) web (12) xml (12) webservices (10) python (10) api (9) restful (8) server (8) json (8) php (8) webservice (7) client (7)

[66 total ]

26 Users
   

Lightweight REST framework for Java Do you want to embrace the architecture of the Web and benefit from its simplicity and scalability? Leverage our innovative REST engine and start blending ... [More] your Web Sites and Web Services into uniform Web Applications! [Less]
Created over 3 years ago.

15 Users

Python library for working with CouchDB.
Created over 2 years ago.

7 Users

The goal of the Apache Abdera project is to build a functionally-complete, high-performance implementation of the IETF Atom Syndication Format (RFC 4287) and Atom Publishing Protocol (in-progress) specifications.
Created over 3 years ago.

7 Users
 

MindTouch Dream is a Web-Oriented Architecture Framework (WOAF) for developing lightweight, highly decoupled web-services.  The framework includes of a REST microserver and classes for web ... [More] communication, XML processing, and writing highly asynchronous code. MindTouch Dream runs on Microsoft .NET 2.0 and Novell Mono 1.9.1.  Dream is the foundation of MindTouch Core. Dream is open source, written in C#, and licensed under Apache 2.0. The goal of Dream is to make web-oriented programming as simple as possible without introducing abstractions that obfuscate the versatility of HTTP. Dream web-services can be hosted by standalone applications or Windows Services using the REST microserver, or by Windows IIS. [Less]
Created over 3 years ago.

5 Users

A REST-based system for building web applications.
Created about 1 year ago.

2 Users

A network-accessable, searchable, extensible datastore. It can be used to store chunks of data on the network in an application-independent way, associate the chunks with other chunks through ... [More] metadata, and then search for the chunk you need later and fetch it again, all through a REST API over HTTP. [Less]
Created over 2 years ago.

2 Users

HttpFileServer is a simple REST-oriented file server with minimal requirements: * PHP 5 (5.2 I suppose) * web server (Apache will do) * writable directory (this is where your files ... [More] will be stored) This is for the server part. For the client part you only need to be able to do HTTP GET and HTTP POST requests, so you're good with just wget in a batch script (or .NET application, or Ruby, PHP, Java - pretty much anything nowadays can form HTTP requests). Example usage: # store file on server - use HTTP POST wget --post-file=file_to_send.txt http://server/index.php/path/to/store/file.txt -O - # retrieve file - use HTTP GET wget http://server/index.php/path/to/store/file.txt [Less]
Created 2 months ago.

1 Users

Eclipse HTTP Client (http4e)Eclipse HTTP Client is a Rich GUI making HTTP calls directly from Eclipse IDEpriceless tool for Web Development, Web Services and Rest Services.Features: Making an HTTP ... [More] call directly from Eclipse IDE Exporting the HTTP call in variety of languages (currently Java only) A browser experience Different editor panels for http headers, http parameters and http packet body Tabbed browsing Http packet history and serialization Code assist for http headers and http parameters Syntax coloring http headers, http parameters, http request and http response packets Different http tab views featuring raw view, pretty http packet view, hex view and browser view Double click resize aware Available on Windows, MacOS X, Linux, Solaris Build on top of Apache HttpClient Proxy Configuration Preferences Installation: Eclipse Update Site URL: http://http4e.roussev.org/install/ Open Eclipse / Help / Software updates / Find and install / Search for new features to install / Next / Remote Site Paste the Update Site URL (above). Find the client under: Eclipse / Window / Show View / Other / HTTP http://http4e.roussev.org/ [Less]
Created 12 months ago.

1 Users
 

Schoorbs is a free, GPL, system to make room and resource bookings through a WebGUI using PHP and MySQL/PostgreSQL. Schoorbs is a fork of MRBS. Since then various changes considering security ... [More] , usability and portability were made. Schoorbs has the following features: * book rooms & resources grouped by areas * activity could be log via a simple logging interface * code is automatically tested by several unit tests * easy stylable through the usage of a template system * produces valid XHTML 1.1 output * packages for Debian and Ubuntu are available * well documented on the Schoorbs website [Less]
Created about 1 year ago.

1 Users

A simple http rest client implementation based on Qt 4
Created 5 months ago.