Files
phantomjs/python/pyphantomjs
Ariya Hidayat 5528c046db Some API changes in the WebServer module.
Trying to match http://nodejs.org/docs/latest/api/http.html.

For the server response:

  * Change writeBody to write
  * Change writeHeaders to writeHead

For the request object, 'headers' is now an object containing all
key-value pairs of the actual HTTP headers.

'queryString' is folded into 'url' key.

Non-standard keys in the request: isSSL, remotePort, remoteIP,
remoteUser, are disabled in the mean-time (will be revisited after 1.4
release).

Implementation-wise, the request object is now a simple key-value pair
using QVariant, as opposed to the heavy QObject instance.

http://code.google.com/p/phantomjs/issues/detail?id=115
2011-12-19 18:38:21 -08:00
..
2011-08-08 15:12:57 -07:00
2011-10-29 11:18:50 -05:00
2011-11-15 13:44:47 +01:00
2011-09-23 04:40:56 -07:00
2011-09-23 04:40:56 -07:00
2011-12-03 17:16:10 -08:00
2011-12-02 16:03:52 -08:00
2011-12-03 23:04:08 -08:00