Merge pull request #1995 from atom/request-http-job

Implement protocol.RequestHttpJob
This commit is contained in:
Cheng Zhao 2015-06-17 12:00:26 +08:00
commit b3e9d35667
9 changed files with 317 additions and 4 deletions

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: