Module: HTTPX::Connection::_Parser
- Defined in:
- sig/connection.rbs
Instance Method Summary collapse
- #<< ⇒ void
-
#close ⇒ void
def exhausted?: () -> bool.
- #consume ⇒ void
- #empty? ⇒ Boolean
- #on {|arg0| ... } ⇒ void
Instance Method Details
#<< ⇒ void
This method returns an undefined value.
10 |
# File 'sig/connection.rbs', line 10
def <<: (string) -> void
|
#close ⇒ void
This method returns an undefined value.
def exhausted?: () -> bool
8 |
# File 'sig/connection.rbs', line 8
def close: () -> void
|
#consume ⇒ void
This method returns an undefined value.
9 |
# File 'sig/connection.rbs', line 9
def consume: () -> void
|
#empty? ⇒ Boolean
6 |
# File 'sig/connection.rbs', line 6
def empty?: () -> bool
|
#on {|arg0| ... } ⇒ void
This method returns an undefined value.
5 |
# File 'sig/connection.rbs', line 5
def on: (Symbol) { (*untyped) -> void } -> void
|