-
I'm trying to cross build documentation for a library built against multiple versions of http4s and I'd like to be able to write code for all http4s versions within the same code fence in the markdown…
-
-
```
==> X org.http4s.tomcat.server.TomcatServerSuite.server should route requests on the service executor 5.567s munit.ComparisonFailException: /home/runner/work/http4s/http4s/tomcat-server/src/test…
-
The current documentation doesn't have any information on how we can run background tasks in an http4s service. A few examples that highlight the common patterns used for running tasks in a background…
-
Hello, I executed the following workflow using chromwell behind a proxy
$ java \
-Djava.net.useSystemProxies=true \
-Dhttp.proxyHost=202.241.78.237 -Dhttp.proxyPort=8080 \
-Dhttps.proxyHost=202…
-
Http4s HTTP client uses default config and the default setting for `requestTimeout` is currently Infinite: https://github.com/http4s/http4s/blob/master/blaze-client/src/main/scala/org/http4s/client/bl…
-
I just made use of `epimetheus-http4s` metrics, which look to do almost the same as http4s' metricsOps, and noticed, that `active_request_count` never goes down for WebSocket connections.
I am usin…
-
Hi there,
Is there any chance to update Rho to fit the latest version of Http4s?
Let me illustrate what I mean with the PR.
https://github.com/http4s/rho/pull/714
-
I can sometimes hit this `evalMap`ping a basic `GET` request 20,000 times.
```
2018-11-15 02:30:44 ERROR [scala-execution-context-global-346] [] [Http1Connection.scala:153] - Error rendering reque…
-
First, thanks for the great work behind this library! I was giving a try swapping an `fs2-grpc`-based client with this library, but I encountered one major problem:
We are unable to retrieve the res…