Class ResponseCode (0.5.12)

ResponseCode(value)

Supported HTTP response code.

Enums

Name Description
RESPONSE_CODE_UNSPECIFIED Default value
MOVED_PERMANENTLY_DEFAULT Corresponds to 301.
FOUND Corresponds to 302.
SEE_OTHER Corresponds to 303.
TEMPORARY_REDIRECT Corresponds to 307. In this case, the request method will be retained.
PERMANENT_REDIRECT Corresponds to 308. In this case, the request method will be retained.