Skip to content
eponvert edited this page Mar 26, 2012 · 3 revisions

Clients

Clients provide a standard way to make requests against a specific version of a bundle, as exposed by a particular type of server. Clients rely on an exported specification of a bundle to properly structure their requests and interpret the responses.

Mesh provides both in-process and HTTP clients for Python as well as an HTTP client for Javascript, with support for both URL-encoding and JSON serialization.

Clone this wiki locally