Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Request Timings

node v8.17.0
version: 1.0.0
endpointsharetweet
var request = require('request'); var rpn = require('request-promise-native'); var res = await rpn({ uri: 'http://www.google.com', time: true, resolveWithFullResponse: true })
res.timingPhases
Loading…

no comments

    sign in to comment