class Cryload::Request
- Cryload::Request
- Reference
- Object
Overview
Respresents an HTTP::get request
Defined in:
cryload/request.crConstructors
Instance Method Summary
-
#is_ok?
Checks if response status_code is in between 200.300 meaning the request was successful
-
#time_taken
Calculates time taken for the request (in miliseconds)
Constructor Detail
Instance Method Detail
def is_ok?
#
Checks if response status_code is in between 200.300 meaning the request was successful