purescript-httpurple/test/Test/HTTPure
Petri Lehtinen 3e94aa6f9d Support binary response body (#99)
* Support binary response body

Fixes #98

* Address PR comments

- Expose data constructors for Body and use them for construction and
  pattern matching instead of various helpers

- Add an example and integration test for binary response

- Adjust the middleware example to be a bit nicer
2018-08-19 19:50:07 -07:00
..
BodySpec.purs Support binary response body (#99) 2018-08-19 19:50:07 -07:00
HeadersSpec.purs PureScript 0.12 support (#89) 2018-07-08 16:16:48 -07:00
HTTPureEffectsSpec.purs Clean up tests and examples (#86) 2017-10-26 17:19:30 -04:00
IntegrationSpec.purs Support binary response body (#99) 2018-08-19 19:50:07 -07:00
LookupSpec.purs PureScript 0.12 support (#89) 2018-07-08 16:16:48 -07:00
MethodSpec.purs Clean up tests and examples (#86) 2017-10-26 17:19:30 -04:00
PathSpec.purs Clean up tests and examples (#86) 2017-10-26 17:19:30 -04:00
QuerySpec.purs PureScript 0.12 support (#89) 2018-07-08 16:16:48 -07:00
RequestSpec.purs PureScript 0.12 support (#89) 2018-07-08 16:16:48 -07:00
ResponseSpec.purs Support binary response body (#99) 2018-08-19 19:50:07 -07:00
ServerSpec.purs PureScript 0.12 support (#89) 2018-07-08 16:16:48 -07:00
StatusSpec.purs PureScript 0.12 support (#89) 2018-07-08 16:16:48 -07:00
TestHelpers.js Clean up tests and examples (#86) 2017-10-26 17:19:30 -04:00
TestHelpers.purs Support binary response body (#99) 2018-08-19 19:50:07 -07:00