http-server
Here are 2,593 public repositories matching this topic...
Describe the bug
Originally, @asvetlov intended to delete any use of attrs
from aiohttp 4.0+ series via aio-libs/aiohttp#5284. He dropped it from the runtime deps too.
But there are some places that still rely on attrs
meaning that this will cause failures in runtime because of the missing dep. The tests currently succeed because attrs is listed as a test dep.
The docs do not give a format option for iso date with microseconds. Is this possible?
-
Updated
Jun 8, 2021 - Python
-
Updated
May 29, 2021 - Erlang
Security
jemalloc benchmarks
-
Updated
Jun 29, 2021 - PHP
-
Updated
Jul 6, 2021 - C
-
Updated
Jul 6, 2021 - C++
-
Updated
Mar 3, 2020 - C++
-
Updated
Jul 5, 2021 - Go
Ref: #214
After reviewing the source for the send
method, it seems that the function is not designed to be used in any place except the tail end of the middleware stack, since it throws (an HttpError
with status 404
) when there is no match.
This seems rather opinionated (which is fine), but it was not very intuitive for me, and I think it needs to be documented.
It would be nice to
When writing a test case with ServerRule
or ServerExtension
, a user sometimes wants to capture the ServiceRequestContext
s:
class MyJUnit5Test {
static final var serviceContexts =
new LinkedBlockingQueue<ServiceRequestContext>();
@RegisterExtension
static final var server = new ServerExtension() {
@Override
protected void configure(ServerBuilder sb) thr
-
Updated
Jul 6, 2021 - Java
-
Updated
Jul 6, 2021 - C++
-
Updated
Apr 24, 2021 - Java
-
Updated
Jun 11, 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
Jul 5, 2021 - C
-
Updated
May 10, 2021 - Java
Hi in the past BlazeClientConfig
had some documentation on the configurables:
https://http4s.org/v0.20/api/org/http4s/client/blaze/blazeclientconfig
These were super helpful for teams using this library as it gave insight into the inner workings of the client without having to do a full dive into the codebase.
Seems like the documentation was not included when moving to `BlazeClientBuilde
-
Updated
Jun 9, 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
Jul 5, 2021 - Rust
Deno support
Now that @tinyhttp/router
v1.0.5+ no longer depends on http
module of Node.js, it should be very easy to implement basic Deno support for tinyhttp. Probably it would be cool to have it located in the separate deno
folder with all editor settings specifically for it.
There aren't strict requirements on how it should be implemented, but i suppose we need to use either raw gh links, jspm or
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."
Hi,
I am running Caddy v2.4.3 on FreeBSD 12.2
I have an entry in my Caddyfile that looks like this (obviously the domain names and the Cloudflare key have been substituted with placeholder values here, but other than that I am showing exactly what I have):