purescript-warp icon indicating copy to clipboard operation
purescript-warp copied to clipboard

Purescript server library based on WAI. Inspired by the Haskell version.

Results 3 purescript-warp issues
Sort by recently updated
recently updated
newest added

[pathInfo](https://github.com/Woody88/purescript-warp/blob/master/src/Network/Warp/Request.purs#L55) property from the `Request` type outputs this `["", "path1", "path2"]` for such path `/path1/path2`. We do not need that empty string at the beginning there it is best to...

I think it would be beneficial to provide an info in the readme what is the goal for this low level lib and how it differs from other in the...

I think that it would be really nice to have simple benchmarking tools included with some preexisting stress test setup. We can the try to tune this low level API...