rest
rest copied to clipboard
Add support for response models that don't return a type
Things like 204 no content wouldn't have a response model, but I don't see how to add a nil response.
Probably just need HasResponseModel(http.StatusNoContent) or accept HasResponseModel(http.StatusNoContent, nil)