http-server
Here are 2,403 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
Feb 8, 2021 - Python
-
Updated
Feb 13, 2021 - Erlang
-
Updated
Dec 9, 2020 - PHP
-
Updated
Mar 2, 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
Mar 5, 2021 - Go
-
Updated
Mar 5, 2021 - C++
-
Updated
Mar 5, 2021 - Java
-
Updated
Feb 27, 2021 - TypeScript
Netty's event loop threads are spawned lazily, i.e. they are created on the first task is scheduled on. A user sometimes wants to ensure the event loop threads are started when the server starts up.
-
Updated
Mar 3, 2021 - C++
-
Updated
Mar 3, 2020 - C++
-
Updated
Feb 20, 2021 - Java
-
Updated
Feb 8, 2021 - C++
.tar.gz and .tar
Can you turn on only one of these two buttons
![tar gz](https://user-images.githubusercontent.com/52708641/108618969-02a3c580-745d-11eb-88af-65cde0a46c2f.j
-
Updated
Feb 21, 2021 - 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
Feb 13, 2021 - Ruby
-
Updated
Feb 23, 2021 - C
-
Updated
Mar 5, 2021 - C++
-
Updated
Dec 27, 2019 - Python
The OpenApi specification allows top-level servers
object to be specified:
Field Name Type Description servers [Server Object] An array of Server Objects, which provide connectivity information to a target server. If the servers
-
Updated
Mar 5, 2021 - 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."
Currently the
install_trust
option for CAs from thepki
module can only be configured via JSON/API.Setting TLS to
internal
with optionon_demand
is easily possible with a Caddyfile and allows for a quick and simple internal setup. Trust store installation on the machine itself is not necessary and only leads to startup errors being logged from bothsudo
andcaddy
.Therefore it w