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