davidhariri / net

Net is a minimalist HTTP library for the browser
MIT License
3 stars 2 forks source link

History #9

Open davidhariri opened 8 years ago

davidhariri commented 8 years ago

It might be helpful to be able to page through a history of the last 100 network requests

Net.history

Outputs:

[
    {
        status : 200,
        method : 'GET',
        settings : {...},
        request : {...},
        response : {...},
    }
]