tarttelin / JavaStubServer

An HTTP server used in tests to provide canned responses to expected requests.
http://tarttelin.github.io/JavaStubServer/
Other
6 stars 5 forks source link

thenReturn() with no body OR content-type #6

Closed chris-h-barrett closed 11 years ago

chris-h-barrett commented 11 years ago

Added an override of thenReturn which only takes a response code. Useful for 204 responses because you don't have to specify a content type.

chris-h-barrett commented 11 years ago

Manually cherry-picked this into master, closing pull request.