ServerJS/HTTP Client: Difference between revisions
< ServerJS
Jump to navigation
Jump to search
m (→Prior Art) |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
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. | 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 == | |||
[[ServerJS/HTTP_Client/A|HTTPClient Proposal A]] | |||
== Prior Art == | == Prior Art == | ||
Latest revision as of 02:35, 4 September 2009
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
Prior Art
- XMLHttpRequest is already the standard JS API for HTTP.
- Here is an extended HTTP API from Ejscript.
- v8cgi has a HTTP class
- Helma NG has a helma/httpclient module (Helma 1 reference docs).