http-server
Here are 2,452 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
Mar 26, 2021 - C
-
Updated
Mar 21, 2021 - C++
-
Updated
Mar 26, 2021 - Go
-
Updated
Mar 29, 2021 - Java
-
Updated
Mar 24, 2021 - TypeScript
-
Updated
Mar 3, 2020 - C++
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 26, 2021 - C++
-
Updated
Mar 22, 2021 - Java
-
Updated
Feb 8, 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
Mar 24, 2021 - C++
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
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 24, 2021 - Rust
-
Updated
Mar 26, 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