ruby / 3.2 / net / httpaccepted.html

class Net::HTTPAccepted

Parent:
Net::HTTPSuccess

Response class for Accepted responses (status code 202).

The Accepted response indicates that the server has received and is processing a request, but the processing has not yet been completed. See 202 Accepted.

Constants

HAS_BODY

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