Request handling¶ class splinter.request_handler.status_code.StatusCode(status_code: int, reason: str)[source]¶ code¶ Type:¶ Code of the response (example is_success() → bool[source]¶ Returns:¶ True if the response was succeed, otherwise, returns False. Return type:¶ bool reason¶ Success) Type:¶ A message for the response (example