docs: protocol.RequestHttpJob

This commit is contained in:
Cheng Zhao 2015-06-17 11:32:39 +08:00
parent 92f3371118
commit 1d41903779

View file

@ -84,12 +84,21 @@ Create a request job which sends a string as response.
Create a request job which sends a buffer as response.
## Class: protocol.RequestHttpJob(options)
* `options` Object
* `url` String
* `method` String - Default is `GET`
* `referrer` String
Send a request to `url` and pipe the response back.
## Class: protocol.RequestErrorJob(code)
* `code` Integer
Create a request job which sets appropriate network error message to console.
Default message is `net::ERR_NOT_IMPLEMENTED`. Code should be in the following
Default message is `net::ERR_NOT_IMPLEMENTED`. Code should be in the following
range.
* Ranges: