Sha256: 875c27358ff1a1d4aa73259f04e279d1920a0f4e032e624c1ca8f603335bb728
Contents?: true
Size: 645 Bytes
Versions: 2
Compression:
Stored size: 645 Bytes
Contents
require 'ffi/http/parser/types' module FFI module HTTP module Parser class Settings < FFI::Struct layout :on_message_begin, :http_cb, :on_path, :http_data_cb, :on_query_string, :http_data_cb, :on_url, :http_data_cb, :on_fragment, :http_data_cb, :on_header_field, :http_data_cb, :on_header_value, :http_data_cb, :on_headers_complete, :http_cb, :on_body, :http_data_cb, :on_message_complete, :http_cb end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ffi-http-parser-0.2.0 | lib/ffi/http/parser/settings.rb |
ffi-http-parser-0.1.0 | lib/ffi/http/parser/settings.rb |