Results for: "pstore"

Takes a return result from an SSPI function and interprets the value.

Base class of errors that occur when processing GZIP files.

Raised when the CRC checksum recorded in gzip file footer is not equivalent to the CRC checksum of the actual uncompressed data.

Raised when the data length recorded in the gzip file footer is not equivalent to the length of the actual uncompressed data.

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Raised when unexpected case is happen.

Class for representing HTTP method POST:

require 'net/http'
uri = URI('http://example.com')
hostname = uri.hostname # => "example.com"
uri.path = '/posts'
req = Net::HTTP::Post.new(uri) # => #<Net::HTTP::Post POST>
req.body = '{"title": "foo","body": "bar","userId": 1}'
req.content_type = 'application/json'
res = Net::HTTP.start(hostname) do |http|
  http.request(req)
end

Properties:

Related:

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Indicates that the DNS response was unable to be decoded.

Indicates that the DNS request was unable to be encoded.

A DNS resource abstract class.

A Resolv::LOC::Coord

Gem installer command line tool

See ‘gem help install`

Searches for gems starting with the supplied argument.

No documentation available
No documentation available
No documentation available
Search took: 2ms  ·  Total Results: 3094