andreas / ocaml-graphql-server

GraphQL servers in OCaml
MIT License
624 stars 60 forks source link

Fixes content-type + encoding issue #204

Closed pm-mck closed 1 year ago

pm-mck commented 2 years ago

fix: issue where Fmt.prefix is deprecated, replaced with ( ++ );

fix: issue andreas/ocaml-graphql-server#196 where content-type containing an encoding would fail to process

samoht commented 1 year ago

Thanks!