MOVED_TEMPORARILY

302 Moved Temporarily (Found)

Properties

Link copied to clipboard
val code: Int

the HTTP status code.

Link copied to clipboard

The full category message libtorrent's http_category().message() would produce: the status number, a space, then the reason phrase. e.g. HttpError.NOT_FOUND.message == "404 Not Found".

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int
Link copied to clipboard

the reason phrase libtorrent appends after the status number.