CoolSpring8
CoolSpring8
related to #352
Yes, I think you can just modify `req.Host` in your handler.
By default only `http` traffic is handled by these OnRequest/OnResponse handlers, while `https` traffic will pass through untouched. Depending on what you like to do on https connections, you might...
For 3: Well, I'm not sure if browsers really start rendering one element before its downloading finishes. The current behavior is that "Waiting (TTFB)" takes a long time, and "Content...
Hi, is everything working out for you now? > I got an error while building > cargo build --lib --release --target armv7-unknown-linux-gnueabihf --manifest-path c-api/Cargo.toml It is probably related to https://github.com/rust-lang/rust/issues/28924....