Is it possible to use NodeJS request library to load only headers
I am using the request library. It works great, but I am doing requests mostly for getting HTTP headers from a server. SO the question if it is possible to load only headers and do not load the HTTP body ?
No comments:
Post a Comment