bblfish / httpSig

Signing HTTP Messages libs
Other
5 stars 1 forks source link

Track F[_] in Http.Message subclasses #11

Closed bblfish closed 2 years ago

bblfish commented 2 years ago

Http4s Messages have a body that depends on F[_]. Loosing this info lost type info when creating new http headers. (Akka does not have this problem...)

bblfish commented 2 years ago

The http4s library is not compiling to JS at present. Perhaps due to something missing in the bobcats library in JS....