Sha256: c3f369857c13979dbe56387b9d00300326dfcd00b9d741b3062d93aab8b00a6d

Contents?: true

Size: 360 Bytes

Versions: 4

Compression:

Stored size: 360 Bytes

Contents

require 'ostruct'

require 'absolutely'

require 'link_header_parser/version'
require 'link_header_parser/exceptions'

require 'link_header_parser/parsed_header'
require 'link_header_parser/parsed_header_collection'

module LinkHeaderParser
  class << self
    def parse(*headers, base:)
      ParsedHeaderCollection.new(headers, base: base)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
link-header-parser-1.0.0 lib/link-header-parser.rb
link-header-parser-0.3.0 lib/link-header-parser.rb
link-header-parser-0.2.0 lib/link-header-parser.rb
link-header-parser-0.1.0 lib/link-header-parser.rb