Byxs20
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.  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...
> Owner Thanks you!
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",...