snapframework / snap-core

Core type definitions (Snap monad, HTTP types, etc) and utilities for web handlers.
http://snapframework.com/
BSD 3-Clause "New" or "Revised" License
317 stars 85 forks source link

HEAD request test helpers #307

Closed kozross closed 3 years ago

kozross commented 3 years ago

This adds a head helper to Snap.Test, similar in spirit to get and such. I also add test coverage for this, as well as repairing a failing CORS test due to argument order.

kozross commented 3 years ago

This is failing only on a very old GHC (7.4), with an error relating to building, not testing. This should not be a merge obstacle.

mightybyte commented 3 years ago

Thanks!