Matthias Endler

Results 869 comments of Matthias Endler

Hm, the most complete one is probably https://github.com/lycheeverse/lychee/blob/master/fixtures/configs/smoketest.toml. Would that work? Alternatively, all the options are here: https://github.com/lycheeverse/lychee/blob/13f4339710d76831d9daf961584d796cee4847d2/lychee-bin/src/options.rs#L152

Thanks for the PR. It would also be nice to add a crate feature to be able to switch the URL implementation at compile-time. This would make it possible to...

Awesome progress! I didn't get the chance to run it locally and do a little benchmark, but it's on my list. Just wanted to let you know. Speaking of benchmarks,...

That's really good. Most of the time was probably spent elsewhere already (extraction). I did not expect that. Especially when handling local files, this can be of significant impact.

I'm guessing you mean files as described [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file)? Can you post an example so we can have a look? I'm wondering if it already works if you pass it to...

Ooh, of course, sorry. That makes a lot of sense. We'd need to find a Rust crate, which parses the format and then pass the parameters to reqwest. I think...

I had a quick look and reqwest supports it just fine: https://docs.rs/reqwest/latest/reqwest/struct.Proxy.html Now we only need a parser for the format.

The question is how that would look like. Any preferred syntax? Something like `--proxy 127.0.0.1:8080` for example?

At some point I really need to look at the curl docs. So many great features.

We'll stick to that then.