class Net::HTTPNoContent
Response class for No Content
responses (status code 204).
The No Content
response indicates that the server successfully processed the request, and is not returning any content.
This class also includes (indirectly) module Net::HTTPHeader
, which gives access to its methods for getting headers.
References:
Constants
- HAS_BODY