http-server
Here are 2,347 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
Jan 7, 2021 - Erlang
-
Updated
Dec 9, 2020 - PHP
-
Updated
Jan 22, 2021 - C
Security
How is security preparation for both of maintainers and drogon users ?
Here are something I hope in drogon's roadmap : some security advice with drogon specific code in the documentation , default security tightening in starter projects (example, authentication and authorization in default state of starter projects) and security enhancement in default state of drogon .
In PHP world
jemalloc benchmarks
-
Updated
Jan 22, 2021 - Go
-
Updated
Jan 21, 2021 - C++
-
Updated
Jan 22, 2021 - Java
A user can easily serve a static file in an annotated service as follows:
@Get("...")
@Head("...")
HttpResponse getFile(ServiceRequestContext ctx) {
return HttpFile.of(...).asService().serve(ctx, ctx.request());
}However, it'd be even nicer if a user can do this:
@Get("...")
@Head("...")
HttpFile getFile() {
return HttpFile.of(...);
}-
Updated
Jan 13, 2021 - C++
-
Updated
Jan 23, 2021 - TypeScript
-
Updated
Mar 3, 2020 - C++
-
Updated
Jan 14, 2021 - Java
-
Updated
Jan 15, 2021 - C++
-
Updated
Jan 18, 2021 - Java
Like #4232, but for keypool.
-
Updated
Jan 7, 2021 - Ruby
-
Updated
Jan 12, 2021 - C
-
Updated
Dec 27, 2019 - Python
I mean it would be handy for phones to access. Maybe a QR-code in the HTML page as well?
-
Updated
Jan 23, 2021 - C++
-
Updated
Jan 19, 2021 - Rust
It'd be great if I could excise all X- prefixed headers from the recording.
Either by straight prefix, or so '*' using scheme, or regex :)
kotlin linting
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 using Caddy 2.3.0 downloaded from GitHub for Linux amd64.
For the following, I replaced my hostname with
hostname.comand my email with `hostnameguy@gmail.