http-server
Here are 2,488 public repositories matching this topic...
The _make_handler() method was removed in this PR: aio-libs/aiohttp#3939
But, is still used at: https://github.com/aio-libs/aiohttp/blob/master/tests/autobahn/server.py#L37
This needs updating, if anybody would like to take on this small task.
References to aiohttp.ws_connect() appear to also need updating:
https://github.com/aio-libs/aiohttp/blob/master/tests
The docs do not give a format option for iso date with microseconds. Is this possible?
-
Updated
Mar 18, 2021 - Python
-
Updated
Feb 13, 2021 - Erlang
-
Updated
Dec 9, 2020 - PHP
Security
jemalloc benchmarks
-
Updated
Apr 16, 2021 - C
-
Updated
Apr 17, 2021 - C++
-
Updated
Apr 16, 2021 - Go
-
Updated
Apr 16, 2021 - TypeScript
-
Updated
Mar 3, 2020 - C++
-
Updated
Apr 19, 2021 - Java
JSON Lines is another JSON serialization format that can send a stream of JSON data.
Currently, Armeria only supports JSON Text sequences format using [JsonTextSequences](https://github.com/line/armeria/blob/67c25e242e8604331bdd8696a97d26604eb114af/core/src/main/java/com/linecorp/armeria/server/streaming/JsonTextSequences.java
-
Updated
Apr 18, 2021 - C++
-
Updated
Mar 22, 2021 - Java
-
Updated
Mar 31, 2021 - C++
Might be a cool feature to show a symlinks destination path behind the little arrow. This would be a bit like the listing of ls -l.
-
Updated
Apr 17, 2021 - Java
-
Updated
Apr 15, 2021 - C++
Ember is using keypool, which is a generally superior solution. The ConnectionManager evolved for blaze and never really generalized, and I don't want to maintain it in the commons moving forward.
Because client can't see blaze-client, I don't think a deprecation cycle is practical, and there are few direct references anyway.
-
Updated
Apr 19, 2021 - Ruby
-
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
Apr 19, 2021 - Rust
-
Updated
Apr 16, 2021 - Java
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’m trying to script setup and configuration of caddy server based on a custom download that includes additional plugins (caddy-auth-portal, caddy-auth-jwt, caddy-trace, and various caddy-dns modules ).
During setup, the caddy unit file is configured to run caddy as a non priveledged user (by design).
To get certificates configured properly we are attempting to use the caddy trust command