Francesco Serra
Francesco Serra
Closes #6538 The actual fix would be along the lines of what was discussed [here](https://github.com/http4s/http4s/discussions/5930#discussioncomment-2997587), but we'll have to wait for [cats-uri](https://github.com/typelevel/cats-uri) for a definitive solution
Closes #3588 Follows up on PR #3619 I'm not overly fond of this implementation, so I'd like to get feedback - I kept the changes to the minimum
In the spirit of @danicheg 's [#6490](https://github.com/http4s/http4s/pull/6490) I took a stab at cleaning up some of the `Temporal` constraints and use weaker ones where appropriate.
Hi, as per the output in [this issue](https://github.com/http4s/http4s/issues/6538), I've been overriding the scalaCheckInitialSeed, but when running the test I got: ``` ==> X org.http4s.PathSuite.initializationError 0.002s java.lang.NullPointerException: Cannot invoke "String.length()" because...
Closes #6676 Remove 'max' deprecated token. Fix generator so that it doesn't generates reserved token strings. Add test that proved that parser fails if reserved 'token' is present in the...
This PR has been created as part of the [London Scala user group Hack Nights](https://www.meetup.com/london-scala/)' initiative. This introduces the `Timing-Allow-Origin` header, as one of the yet to be implemented typed...