mappersmith
mappersmith copied to clipboard
Create Response#ok to return if status is in the 200 range
200 OK 201 Created 204 No Content
Is this still relevant? What would be the difference between Response#ok
and Response#success
?
I think it's still valid since success
considers redirects; it just improves the developer experience a bit.