Libraries
»
httpx
(1.1.0)
»
Index
»
HTTPX
»
Connection
»
HTTP1
»
#close
Method: HTTPX::Connection::HTTP1#close
Defined in:
lib/httpx/connection/http1.rb
#
close
⇒
Object
52 53 54 55
# File 'lib/httpx/connection/http1.rb', line 52
def
close
reset
emit
(
:close
,
true
)
end