Byxs20

Results 15 comments of Byxs20

Hopefully this feature will be available in the future, looking forward to it!

By the way, do you have any knowledge of projects that implement this complete HTTP request and HTTP return?

> seems #1212 is working on it. ![image](https://github.com/seladb/PcapPlusPlus/assets/64669718/afb645fd-bb29-49dc-b37e-24985e01992e) Do you know a good library for parsing http like this one, not too slow? I just need to implement this parsing...

> > By the way, do you have any knowledge of projects that implement this complete HTTP request and HTTP return? > > do you need a library that parses...

> if you just need to handle HTTP traffic, you can use any web server, including those included in Python or Javascript/Typescript? I mainly just need to implement parsing out...

> if you just need to handle HTTP traffic, you can use any web server, including those included in Python or Javascript/Typescript? It's actually what I pictured above, and I...

You can try this: [chardet](https://github.com/chardet/chardet)

> Thanks for the link. For the time being, I'm using [charset_normalizer](https://github.com/Ousret/charset_normalizer) for this task. But I'm curious to know if another method is possible and more efficient. Thanks for...

guiConfigs/config.json 内容如下: ``` { "inbounds": [{ "tag": "socks", "port": 10808, "listen": "0.0.0.0", "protocol": "socks", "sniffing": { "enabled": true, "destOverride": [ "http", "tls" ], "routeOnly": false }, "settings": { "auth": "noauth",...