Skip to content

Commit 1302c75

Browse files
committed
export request in ghcjs solga
1 parent 4257d7e commit 1302c75

File tree

1 file changed

+3
-0
lines changed
  • solga-client-ghcjs/src/Solga/Client

1 file changed

+3
-0
lines changed

solga-client-ghcjs/src/Solga/Client/GHCJS.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ module Solga.Client.GHCJS
2727
, WithData(..)
2828
, GetResponse(..)
2929
, JSONResponse(..)
30+
, Request(..)
31+
, Header
3032
) where
3133

3234
import Data.Kind
@@ -211,3 +213,4 @@ instance (Client next) => Client (ReqBodyMultipart a next) where
211213
WithData (a, a -> [(JSString, Xhr.FormDataVal)]) (RequestData next)
212214
performRequest _p req (WithData (x, f) perf) = do
213215
performRequest (Proxy @next) req{reqData = Xhr.FormData (f x)} perf
216+

0 commit comments

Comments
 (0)