Julien Salleyron
Julien Salleyron
This PR adds Trailers support. Fix #2266 This implementation is based on http2 trailers, so to send a trailer, you must: - announce Trailer in the Trailer header (before `WriteHeader`)...
### What does this PR do? This PR adds the support for systemd socket activation. ### Motivation Fixes #9891 ### More - [ ] Added/updated tests - [x] Added/updated documentation...
I was not able to try the project locally (even with the build-linux.sh). That's why I tried to put the dependencies needed in a flake devShell. This PR adds this...
This PR is a proposition to be able to override the source fetcher. This can collide with #42 but I think it's a simpler solution to the problem. User needs...
This PR handles field any as RawValue. it means that if you have for example something like ``` "foo.bar.baz"="fuu" "foo.bar.huu"="hii" ``` and you try to handle it with a struct...
### Do you want to request a *feature* or report a *bug*? Feature ### What did you expect to see? The goal of this proposal is to be able to...
### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...
I try to use the "parallel" option, but when I use it I have the following error: ```bash gupload ./test xxxxx -ex "\." -d --parallel 4 ``` ```bash sh: 3:...