Enumerates the trusted certificates via Gem::Security::TrustDir
.
Perform hostname verification following RFC 6125.
This method MUST be called after calling connect
to ensure that the hostname of a remote peer has been verified.
Create an exception with class klass
and message
Determines whether there was an error and raises the appropriate error based on the reply code of the response
Returns the allowed HTTP request methods
Add the install/update options to the option parser.
Add local/remote options to the command line parser.
Add the –bulk-threshold option
Add the –update-sources option
Returns all certificate IDs in this request.
Returns the CertificateId
for which this SingleResponse
is.
Determines whether the response received was a Positive Intermediate reply (3xx reply code)
Due to the wonders of DTDs, an entity declaration can be just about anything. There’s no way to normalize it; you’ll have to interpret the content yourself. However, the following is true:
Content: [ String
text ]
Content: [ String
text ]
| AdditiveExpr
(‘+’ | ‘-’) MultiplicativeExpr
| MultiplicativeExpr
Defines the callback of event. If you want modify argument in callback, you could use this method instead of WIN32OLE_EVENT#on_event
.
ie = WIN32OLE.new('InternetExplorer.Application') ev = WIN32OLE_EVENT.new(ie) ev.on_event_with_outargs('BeforeNavigate2') {|*args| args.last[6] = true }