http-server
Here are 2,987 public repositories matching this topic...
Is your feature request related to a problem?
While setting the target interface's ip should work in most cases, it's possible that multiple devices have the same ip.
Also i'm having trouble using a wireguard vpn when i set Table=off. Table=off disables setting up the routes for the vpn and it justs shows up as a regular device. The connection is fine as pycurl can access it when i set
The docs do not give a format option for iso date with microseconds. Is this possible?
Security
jemalloc benchmarks
-
Updated
Jan 26, 2022 - Erlang
-
Updated
Mar 11, 2022 - Python
-
Updated
Mar 9, 2022 - C
-
Updated
Mar 15, 2022 - PHP
-
Updated
Mar 17, 2022 - C++
-
Updated
Mar 21, 2022 - C++
we need official example for how upload example.
-
Updated
Mar 21, 2022 - C
-
Updated
Aug 3, 2021 - Go
We could add a Micrometer gauge that becomes non-zero when the server's TLS certificates are expired, so that our users can monitor and fix it as soon as possible.
We could also add a gauge for 'time to expire' which becomes negative when the certificates are expired.
-
Updated
Mar 16, 2022 - C++
-
Updated
Mar 22, 2022 - Java
Hi there!
I've been using Miniserve for a quite a bit now, and I'm really enjoying this tool. But I find it misses a feature I'd personally would love to see: video streaming.
If I go the URI of a picture for instance it will be displayed by the browser correctly. But if it's an video audio file (e.g. MP43) it will be downloaded instead of being played.
Would it be possible to im
-
Updated
Mar 19, 2022 - Java
-
Updated
Jun 11, 2021 - C++
-
Updated
Dec 18, 2021 - Java
It requires Sync, but only needs Monad.
Not really a bug or feature request per se, just a deprecation notice. Regarding these:
req.connection
is deprecated. https://nodejs.org/api/http.html#
-
Updated
Jan 19, 2022 - Ruby
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
Feb 7, 2022 - Rust
-
Updated
Dec 27, 2019 - Python
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."
Context: https://caddy.community/t/including-files-scripts/15050/4
Right now, the
templates
module is inflexible in that only functions the functions registered by Caddy itself are available.A good refactor would be to make it possible to pass an optional array of modules in the
http.handlers.templates.functions.*
namespace which get invoked atProvision()
time to register additional