hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

response-is-success

Checks if the response status indicates success (status code 200-299).
Parameter
Type
Description
self
response
The response to check
return
bool
True if the response status is between 200 and 299, false otherwise