Raised when unexpected case is happen.
Class for representing HTTP method TRACE:
require 'net/http' uri = URI('http://example.com') hostname = uri.hostname # => "example.com" req = Net::HTTP::Trace.new(uri) # => #<Net::HTTP::Trace TRACE> res = Net::HTTP.start(hostname) do |http| http.request(req) end
Properties:
Request body: no.
Response body: yes.
Safe: yes.
Idempotent: yes.
Cacheable: no.
Related:
Net::HTTP#trace
: sends TRACE
request, returns response object.
Switch
that takes no arguments.
Switch
that takes an argument.
Switch
that can omit argument.
Switch
that takes an argument, which does not begin with ‘-’ or is ‘-’.
Indicates that the DNS
response was unable to be decoded.
Indicates that the DNS
request was unable to be encoded.
Generates a index files for use as a gem server.
See ‘gem help generate_index`
This class is used by rubygems to build Rust extensions. It is a thin-wrapper over the ‘cargo rustc` command which takes care of building Rust code in a way that Ruby can use.
Raised when you haven’t provided enough input to your MockGemUi
A header for a tar file
Allows writing of tar files