17b55634b3
Fix performRequest function to be compatible with the latest servant-client-core RunClient typeclass
10 lines
288 B
Text
10 lines
288 B
Text
synopsis: Fix performRequest in servant-client-ghcjs
|
|
prs: #1529
|
|
|
|
description: {
|
|
|
|
performRequest function in servant-client-ghcjs was not compatible with the
|
|
latest RunClient typeclass. Added the acceptStatus parameter and fixed the
|
|
functionality to match what servant-client provides.
|
|
|
|
}
|