Method: HTTPX::Connection::HTTP1#on_start

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

#on_startObject

HTTP Parser callbacks

must be public methods, or else they won’t be reachable



106
107
108
# File 'lib/httpx/connection/http1.rb', line 106

def on_start
  log(level: 2) { "parsing begins" }
end