http-server
Here are 2,361 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 31, 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
Feb 3, 2021 - Go
-
Updated
Feb 2, 2021 - C++
-
Updated
Feb 3, 2021 - Java
Currently, the number of threads of a blocking task executor could be configured only by Flags.numCommonBlockingTaskThreads().
If a user who avoid using flags, he or she has to manually copy the factory code.
I think we can add a new builder method to ServerBuilder that takes the number of threads.
public ServerBuilder blockingTaskExecutor(int numThreads) {
return ...;
}-
Updated
Jan 27, 2021 - TypeScript
-
Updated
Jan 26, 2021 - C++
-
Updated
Mar 3, 2020 - C++
-
Updated
Jan 14, 2021 - Java
-
Updated
Jan 15, 2021 - C++
-
Updated
Jan 27, 2021 - Java
I mean it would be handy for phones to access. Maybe a QR-code in the HTML page as well?
From the dotty branch,
++3.0.0-M1 core/compile
For now, ignore:
- Errors mentioning parboiled2 (#3761)
- Errors mentiong CollectionCompat (#3945)
- Errors mentioning literal macros (#3760)
What progress can we make? If they're indecipherable, can we begin to categorize them and make more tickets?
This is tedious work that won't land a feature during the Open Source event,
-
Updated
Jan 7, 2021 - Ruby
-
Updated
Feb 3, 2021 - C
-
Updated
Dec 27, 2019 - Python
-
Updated
Jan 31, 2021 - C++
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
-
Updated
Feb 2, 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_trustoption for CAs from thepkimodule can only be configured via JSON/API.Setting TLS to
internalwith optionon_demandis 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 bothsudoandcaddy.Therefore it w