ServerJS/HTTP Client

From MozillaWiki
< ServerJS
Revision as of 02:35, 4 September 2009 by IsaacSchlueter (talk | contribs) (add link to proposal)
Jump to navigation Jump to search

HTTP Client API

Server side programs often need to grab information via HTTP. There should be an API that makes this as easy as possible.

There are certainly other protocols that deserve support, but each protocol has its own purpose and interface and will be documented separately if it will become part of the stdlib.

Requirements/Proposals

HTTP_Client/A

Prior Art