Sha256: 90e7a937dda4240847a49b7491b0409e41943a57a74aa9b3351279ee2cdd5b35
Contents?: true
Size: 979 Bytes
Versions: 11
Compression:
Stored size: 979 Bytes
Contents
# This file is autogenerated. Do not edit it by hand. Regenerate it with: # srb rbi gems # typed: strong # # If you would like to make changes to this file, great! Please create the gem's shim here: # # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/http_parser.rb/all/http_parser.rb.rbi # # http_parser.rb-0.6.0 class HTTP::Parser def <<(arg0); end def header_value_type; end def header_value_type=(arg0); end def headers; end def http_major; end def http_method; end def http_minor; end def http_version; end def initialize(*arg0); end def keep_alive?; end def on_body=(arg0); end def on_headers_complete=(arg0); end def on_message_begin=(arg0); end def on_message_complete=(arg0); end def request_url; end def reset!; end def self.default_header_value_type; end def self.default_header_value_type=(val); end def self.strict?; end def status_code; end def upgrade?; end def upgrade_data; end end module HTTP end
Version data entries
11 entries across 11 versions & 1 rubygems