Module: HTTPX::_Response
- Included in:
- ErrorResponse, Response
- Defined in:
- sig/response.rbs
Instance Method Summary collapse
Instance Method Details
#<< ⇒ void
This method returns an undefined value.
3 |
# File 'sig/response.rbs', line 3
def <<: (String data) -> void
|
#error ⇒ StandardError?
11 |
# File 'sig/response.rbs', line 11
def error: () -> StandardError?
|
#finish! ⇒ void
This method returns an undefined value.
7 |
# File 'sig/response.rbs', line 7
def finish!: () -> void
|
#finished? ⇒ Boolean
5 |
# File 'sig/response.rbs', line 5
def finished?: () -> bool
|
#raise_for_status ⇒ self
9 |
# File 'sig/response.rbs', line 9
def raise_for_status: () -> self
|