servant-multipart
servant-multipart copied to clipboard
Export LookupContext from Servant.Multipart
I'm trying to use hoistServerWithContext
with an API type that uses MultipartForm
, and it seems to require explicitly specifying the LookupContext
constraint on the context.
If there's objections to making LookupContext
part of the public/stable API of this library, I'd be happy to instead submit an updated version of #40.
Hi, I'm curious if someone could take a look at this? We're currently using our fork for this, it'd be nice to be able to use upstream directly instead.