class LLHttp::Parser

def http_minor


[public] Get the minor http version of the current request/response.
def http_minor
  LLHttp.rb_llhttp_http_minor(@pointer)
end