class LLHttp::Parser

def content_length


[public] Get the content length of the current request.
def content_length
  LLHttp.rb_llhttp_content_length(@pointer)
end