ruby / 3.2 / net / httpnocontent.html

class Net::HTTPNoContent

Parent:
Net::HTTPSuccess

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. See 204 No Content.

Constants

HAS_BODY

Ruby Core © 1993–2022 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.