class LLHttp::Parser

def http_major


[public] Get the major http version of the current request/response.
def http_major
  LLHttp.rb_llhttp_http_major(@pointer)
end