http-server
Here are 2,855 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
Sep 7, 2021 - Python
-
Updated
Dec 24, 2021 - Erlang
-
Updated
Dec 30, 2021 - C
-
Updated
Dec 27, 2021 - PHP
-
Updated
Dec 30, 2021 - C++
-
Updated
Mar 3, 2020 - C++
we need official example for how upload example.
-
Updated
Aug 3, 2021 - Go
-
Updated
Dec 30, 2021 - C
Users can serve a bunch of files using FileService
:
FileService.builder("/root/")...
When the file in the /root/
directory is served(e.g. /root/foo.webp
), the media type is determined by the EXTENSION_TO_MEDIA_TYPE
in MimeTypeUtil
: https://github.com/line/armeria/blob/master/core/src/main/java/com/linecorp/armeria/server/file/MimeTypeUtil.java#L38
which means that users
-
Updated
Dec 29, 2021 - Java
-
Updated
Dec 22, 2021 - C++
-
Updated
Apr 24, 2021 - Java
actix-web has a ready-to-go compress middleware. I currently don't really see any downsides with turning that on. Will have to do a little benchmarking to see whether it's ok to generally turn this on.
-
Updated
Jun 11, 2021 - C++
-
Updated
Dec 18, 2021 - Java
We sometimes have data types which subtype Ordered
and other times have types which implement Ordering
. We only need to do Ordering
. We should ensure that all types which are Ordered
also have an Ordering
instance.
Context: http4s/http4s#5013 (comment)
-
Updated
Jul 16, 2021 - Ruby
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#
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
Dec 20, 2021 - 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."
It seems Caddy does not support wildcards/ expression matching in the reverse proxy's header_up.
For example this does not remove any headers:
This works as expected, but is limited in its use:
It'd be great if Caddy would support wildcards/ expression matching in the reverse proxy's header_up/ header_down.