web-server
Here are 615 public repositories matching this topic...
-
Updated
Jan 14, 2022 - Python
-
Updated
Apr 24, 2021 - Java
-
Updated
Jan 11, 2022 - Python
-
Updated
Jan 10, 2022 - Clojure
Not a particularly hard task, but converting all tests is a lot of work. We want to go from:
# Promisify
is ref Mojo::Promise->resolve('foo'), 'Mojo::Promise', 'right class';
$promise = Mojo::Promise->reject('foo');
is ref $promise, 'Mojo::Promise', 'right class';
@errors = ();
$promise->catch(sub { push @errors, @_ })->wait;
is_deeply \@errors, ['foo'], 'promise rejected';
$promi-
Updated
Dec 25, 2021 - Ruby
Currently our integration tests use httpbin and other services. This unfortunately results in flaky behavior where upstream server can throw any kind of error. We must bake in replica's of upstream services within proxy.py test module to replicate upstream services. Then integration tests will need no internet connection itself.
Example see how upstream server can cause flakiness -- htt
-
Updated
Apr 1, 2020 - JavaScript
-
Updated
Jan 2, 2022 - PHP
-
Updated
Jan 14, 2022 - Shell
-
Updated
Jan 10, 2022 - JavaScript
-
Updated
Dec 5, 2021 - Python
-
Updated
Jan 13, 2022 - Scala
-
Updated
Aug 26, 2021 - C
-
Updated
Jan 7, 2022 - Python
-
Updated
May 8, 2021 - Rust
-
Updated
Jan 20, 2021 - C
-
Updated
Dec 27, 2021 - Python
-
Updated
Jun 28, 2021 - Python
-
Updated
Jan 4, 2022 - C
-
Updated
Jan 12, 2022 - Shell
-
Updated
Dec 23, 2021 - Python
-
Updated
Sep 30, 2021 - Python
-
Updated
Nov 5, 2021 - C
Improve this page
Add a description, image, and links to the web-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the web-server topic, visit your repo's landing page and select "manage topics."
It seems Caddy does not support wildcards/ expression matching in the reverse proxy's header_up.
For example this does not remove any headers:
This works as expected, but is limited in its use:
It'd be great if Caddy would support wildcards/ expression matching in the reverse proxy's header_up/ header_down.