XhrClient doesn't support streaming
This commit is contained in:
parent
8feda81fcd
commit
c95b195eb4
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ instance Exception StreamingNotSupportedException where
|
||||||
|
|
||||||
instance RunClient ClientM where
|
instance RunClient ClientM where
|
||||||
runRequest = performRequest
|
runRequest = performRequest
|
||||||
streamingRequest _ = liftIO $ throwIO StreamingNotSupportedException
|
|
||||||
throwServantError = throwError
|
throwServantError = throwError
|
||||||
|
|
||||||
instance ClientLike (ClientM a) (ClientM a) where
|
instance ClientLike (ClientM a) (ClientM a) where
|
||||||
|
|
Loading…
Add table
Reference in a new issue