Find the library of parsing http messages for C-sharp or Nodejs

I dump a request from Fiddler and ask if there is a third-party library of C-sharp or Nodejs that can parse http messages. If you can explain the picture data in the second picture, how to bring it up and save it locally.
message is as follows
clipboard.png

clipboard.png

Mar.02,2021

you need this anyproxy

< hr >

AnyProxy is an open HTTP proxy server.


so your request is actually to save the picture? The http module and the fs module are fine.


just use what you said upstairs to save the picture. After confirming that it is a http message, you can parse the intercepted data and save it again. For general message analysis, use this https://github.com/node-pcap/.

Menu