class LLHttp::Parser

def finish


[public] Tells the parser we are finished.
def finish
  LLHttp.llhttp_finish(@pointer)
end