module FFI::HTTP::Parser

Constants

HTTP_MAX_HEADER_SIZE

Maximum header size

METHODS

HTTP Methods

TYPES

HTTP Parser types

VERSION

ffi-http-parser version

Public Class Methods

new(&block) click to toggle source

Creates a new Parser.

@return [Instance]

A new parser instance.

@see Instance

# File lib/ffi/http/parser/parser.rb, line 25
def self.new(&block)
  Instance.new(&block)
end