Sha256: 69084b93dc1fd8e7219216c742c85ec8afc257ce212ba4889894d7f0c82e0c57

Contents?: true

Size: 613 Bytes

Versions: 70

Compression:

Stored size: 613 Bytes

Contents

module RDF
  ##
  # Hypertext Transfer Protocol (HTTP) vocabulary.
  #
  # @see http://www.w3.org/2006/http
  class HTTP < Vocabulary("http://www.w3.org/2006/http#")
    property :abs_path
    property :absoluteURI
    property :authority
    property :body
    property :connectionAuthority
    property :elementName
    property :elementValue
    property :fieldName
    property :fieldValue
    property :header
    property :param
    property :paramName
    property :paramValue
    property :request
    property :requestURI
    property :response
    property :responseCode
    property :version
  end
end

Version data entries

70 entries across 70 versions & 4 rubygems

Version Path
publisci-0.1.6 lib/vocabs/http.rb
publisci-0.1.5 lib/vocabs/http.rb
publisci-0.1.4 lib/vocabs/http.rb
rdf-1.0.10.2 lib/rdf/vocab/http.rb
rdf-1.0.10.1 lib/rdf/vocab/http.rb
rdf-1.1.0p4 lib/rdf/vocab/http.rb
rdf-1.0.10 lib/rdf/vocab/http.rb
rdf-1.0.9 lib/rdf/vocab/http.rb
publisci-0.1.3 lib/vocabs/http.rb
publisci-0.1.2 lib/vocabs/http.rb
bio-publisci-0.1.0 lib/vocabs/http.rb
rdf-1.0.8 lib/rdf/vocab/http.rb
bio-publisci-0.0.8 lib/vocabs/http.rb
bio-publisci-0.0.7 lib/vocabs/http.rb
bio-publisci-0.0.6 lib/vocabs/http.rb
bio-publisci-0.0.5 lib/vocabs/http.rb
bio-publisci-0.0.4 lib/vocabs/http.rb
bio-publisci-0.0.3 lib/vocabs/http.rb
bio-publisci-0.0.2 lib/vocabs/http.rb
bio-publisci-0.0.1 lib/vocabs/http.rb