zkat / make-fetch-happen

Get in loser, we're making requests!
Other
384 stars 27 forks source link

Feature: HAR support #6

Open zkat opened 7 years ago

zkat commented 7 years ago

HAR, aka Http Archive, is a format for archiving http requests on a page, preserving metadata and timing information.

There are tools that then allow you to generate shiny network waterfall graphs based on those.

request also has an option to add more fine-grained timing information to the graphs -- though this would likely need to be added to node-fetch itself