http-server
Here are 2,170 public repositories matching this topic...
-
Updated
Sep 11, 2020 - Python
The docs do not give a format option for iso date with microseconds. Is this possible?
-
Updated
Aug 10, 2020 - Python
-
Updated
Sep 11, 2020 - Erlang
-
Updated
Sep 14, 2020 - PHP
-
Updated
Sep 20, 2020 - C
-
Updated
Sep 20, 2020 - C++
-
Updated
Sep 18, 2020 - Go
-
Updated
Sep 18, 2020 - Java
-
Updated
Sep 3, 2020 - C++
In our codebase, we push RequestContext and immediately run some code with try-with-resources.
For example:
try (SafeCloseable ignored = ctx.push()) {
logger.trace(decorate(msg));
}If RequestContext provides run(Runnable) or call(Callable) we can reduce boilerplate code and simplify it.
ctx.run(() -> logger.trace(decorate(msg));This is inspired by g
-
Updated
Sep 16, 2020 - C++
-
Updated
Sep 16, 2020 - TypeScript
-
Updated
Aug 31, 2020 - Java
-
Updated
May 1, 2020 - C++
-
Updated
Mar 3, 2020 - C++
-
Updated
Sep 18, 2020 - Java
Currently Attributes only have javadoc; I don't see a major heading on the doc site for them, and googling "http4s attributes" just brings back the api docs for me.
-
Updated
Dec 27, 2019 - Python
-
Updated
Sep 15, 2020 - C++
-
Updated
Sep 16, 2020 - C
-
Updated
Sep 19, 2020 - Ruby
-
Updated
Sep 8, 2020 - Java
-
Updated
Apr 1, 2020 - JavaScript
-
Updated
Sep 17, 2020 - Rust
Improve this page
Add a description, image, and links to the http-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the http-server topic, visit your repo's landing page and select "manage topics."
https://github.com/caddyserver/caddy/blob/3ee663dee195e5f8ead7879b31131f46cd0fba13/modules/caddyhttp/reverseproxy/reverseproxy.go#L644-L653
As discussed on Reddit, it seems that reverse proxying some applications (in this case Plex) can lead to some extensive error log spamming. Requ