http-server
Here are 2,473 public repositories matching this topic...
I noticed that the docs have some RST references to internal and external intersphinx objects. We should fix those and enable nitpicky = True by default.
P.S. It is okay to send small PRs to fix references gradually
Unco
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 10, 2021 - C
-
Updated
Apr 6, 2021 - C++
-
Updated
Apr 9, 2021 - Go
-
Updated
Apr 11, 2021 - TypeScript
-
Updated
Mar 3, 2020 - C++
-
Updated
Apr 10, 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 6, 2021 - C++
-
Updated
Mar 22, 2021 - Java
-
Updated
Mar 31, 2021 - C++
example of the "issue":
shell 1:
_ :: /tmp/miniserve-rename » mkdir in out
_ :: /tmp/miniserve-rename » ls
in out
_ :: /tmp/miniserve-rename » cd in
_ :: /tmp/miniserve-rename/in » echo foo > foo.txt
_ :: /tmp/miniserve-rename/in » ln -s foo.txt bar.txt
_ :: /tmp/miniserve-rename/in » miniserve .
miniserve v0.11.0
Serving path /tmp/miniserve-rename/in at http://[::]:8080, http://
.tar.gz and .tar
-
Updated
Feb 21, 2021 - Java
-
Updated
Apr 11, 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
Feb 13, 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 8, 2021 - Rust
-
Updated
Apr 9, 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