http-server
Here are 2,281 public repositories matching this topic...
TraceConfig.on_response_chunk_received doesn't trace if the response body is read from ClientResponse.content
This behavior isn't obvious when looking at Tracing Reference, [Streaming Response Content](https://docs.aiohttp.org/e
The docs do not give a format option for iso date with microseconds. Is this possible?
-
Updated
Oct 24, 2020 - Python
-
Updated
Nov 27, 2020 - Erlang
| Q | A |
|---|---|
| Bug report? | yes |
| Feature request? | no |
| Swoft version | 2.0.6 |
| Swoole version | 4.5.2 |
| PHP version | 7.2.29 |
| Runtime environment | Docker etc. |
Describe the bug
在框架里使用Redis::scan 函数时获取不到数据,而原生文件可以
Screenshots
 and security enhancement in default state of drogon .
In PHP world
jemalloc benchmarks
-
Updated
Dec 17, 2020 - Go
-
Updated
Dec 15, 2020 - C++
-
Updated
Dec 17, 2020 - Java
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
Dec 17, 2020 - C++
-
Updated
Dec 14, 2020 - TypeScript
-
Updated
Dec 9, 2020 - Java
-
Updated
Mar 3, 2020 - C++
-
Updated
Dec 8, 2020 - C++
-
Updated
Dec 15, 2020 - Java
Advent of cats-parse
These files have parboiled imports that need to go. We are moving them to cats-parse. Some of these files are related. Some are enormous and can be broken down. They could be tasked better, but this is a start.
All work should target the dotty branch. 3.0.0-M1 doesn't compile yet, but all of this will get it closer. CI will fail on the 3.0.0-M1 builds. Don't panic.
Basic steps:
- W
-
Updated
Dec 27, 2019 - Python
-
Updated
Dec 17, 2020 - C
-
Updated
Nov 19, 2020 - Ruby
-
Updated
Oct 27, 2020 - Java
-
Updated
Dec 17, 2020 - Rust
kotlin linting
Hi, when implementing http4k/http4k#435 I noticed the codebase does not have a linter set up - e.g. some files end with new lines and some don't.
I am not sure whether this is desired, I would be happy to participate if wanted.
-
Updated
Apr 1, 2020 - JavaScript
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."
I am trying to build a Caddy configuration that can cater to multiple environments (production, staging, local development).
To achieve this, I want to use environment variables for the base host names/urls, via the
{env.*}placeholder. This works great in addresses, route matches and upstream reverse-proxy configuration.Unfortunately, using the same approach does currently not work when