We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4257d7e commit 1302c75Copy full SHA for 1302c75
solga-client-ghcjs/src/Solga/Client/GHCJS.hs
@@ -27,6 +27,8 @@ module Solga.Client.GHCJS
27
, WithData(..)
28
, GetResponse(..)
29
, JSONResponse(..)
30
+ , Request(..)
31
+ , Header
32
) where
33
34
import Data.Kind
@@ -211,3 +213,4 @@ instance (Client next) => Client (ReqBodyMultipart a next) where
211
213
WithData (a, a -> [(JSString, Xhr.FormDataVal)]) (RequestData next)
212
214
performRequest _p req (WithData (x, f) perf) = do
215
performRequest (Proxy @next) req{reqData = Xhr.FormData (f x)} perf
216
+
0 commit comments