class LLHttp::Parser

def status_code


[public] Get the status code of the current response.
def status_code
  LLHttp.rb_llhttp_status_code(@pointer)
end