-
As [reported](https://github.com/http4s/http4s/pull/6117/files/0a043b23bd9691c3e0a9ab26baba3c03236c1a93#r826395887) by @rintcius:
> Requests without content length confuse ember. This looks like th…
-
Edit by @armanbilge: the issue was diagnosed and fix is proposed in https://github.com/http4s/http4s/issues/6901#issuecomment-1396380044.
---
Hi there 👋
I came across a bug while trying to us…
-
It would be cool to support Java EE application containers.
-
**Scenario**
- cats 2.2.0
- circe 0.12.3
- http4s 1.0.0-M5
I've mapped two routes:
- GET "/api/v1/user/$ID" - unsecured
- DELETE "/api/v1/user/$ID" - secured
**Problem**
Sending a **GET**…
-
I will minimize this after Typelevel Summit, but filing a placeholder now.
* Scala version: 2.13.0-M5
* Java version: 1.8.0_151
In [this snippet](https://github.com/http4s/http4s/blob/733a82634…
-
Uri seems to behave differently depending on where it "comes" from. Here's an example:
```scala
scala> import org.http4s._
import org.http4s._
scala> val uri = Uri.fromString("https://site.now…
-
I'm not very familiar with the HTTP-servlet standard, so perhaps http4s is technically in-the-right in assuming the `ServletInputStream` has not yet been read from. However, it would certainly make th…
-
This is happening in 1.0.0-M19.
To reproduce, run this:
```scala
import cats.effect.IO
import cats.effect.IOApp
import cats.implicits._
import fs2.Stream
import io.circe.Json
import org.ht…
-
Since #382 , routes are being generated with unused parameters and this causes several warnings.
I think we should at least ignore them (or ignore the warning with `@_` if they are in the path.
…
-
Things seem dormant here, and @FrancescoSerra seems interested to step up :) @http4s/rho @rossabaker wdyt?