You can run your code with:

NODE_DEBUG=http node app.js

And it will give you some level of debugging to stderr. It may or may not
be enough - it mostly sends error conditions out.

There are a few other NODE_DEBUG values you can use. There's an article on
using it here:
http://www.juliengilli.com/2013/05/26/Using-Node.js-NODE_DEBUG-for-fun-and-profit/

Matt.

On Fri, Oct 23, 2015 at 3:05 AM, Prabhu Venkat <[email protected]>
wrote:

> In firebug addon for firefox there is a tab named 'Net' which captures all
> the network calls made when we hit an URL from the browser
>
> I can request the URL from code but i am finding ways to capture the
> network calls being made, get the request parameters passed in the network
> call
>
> Can this be done using NodeJS?
>
> --
> Job board: http://jobs.nodejs.org/
> New group rules:
> https://gist.github.com/othiym23/9886289#file-moderation-policy-md
> Old group rules:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> ---
> You received this message because you are subscribed to the Google Groups
> "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/nodejs/c1b64a2f-cb4c-454e-91fd-72cbacbf9f45%40googlegroups.com
> <https://groups.google.com/d/msgid/nodejs/c1b64a2f-cb4c-454e-91fd-72cbacbf9f45%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/CAPJ5V2Zc1x%2Bgt%3Dj0XR_cbAC1y0w-PA-NyRP0J3uSoYb_u4hc%2BQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to