Method: HTTPX::Connection::HTTP1#ping

Defined in:
lib/httpx/connection/http1.rb

#pingObject


227
228
229
230
231
# File 'lib/httpx/connection/http1.rb', line 227

def ping
  reset
  emit(:reset)
  emit(:exhausted)
end