Skip to main content

request

Function request 

Source
pub fn request(args: &[Value], is_get: bool) -> Result<Value, String>
Expand description

https.request(options[, cb]) / https.get(url|options[, cb]). Returns a ClientRequest (a HTTPSClientRequest emitter). get auto-sends.