Class: Wreq::Version
- Inherits:
-
Object
- Object
- Wreq::Version
- Defined in:
- lib/wreq_ruby/http.rb,
lib/wreq_ruby/http.rb
Overview
HTTP version enumeration backed by Rust.
Constant Summary collapse
- HTTP_09 =
Returns HTTP/0.9.
nil- HTTP_10 =
Returns HTTP/1.0.
nil- HTTP_11 =
Returns HTTP/1.1.
nil- HTTP_2 =
Returns HTTP/2.
nil- HTTP_3 =
Returns HTTP/3.
nil
Instance Method Summary collapse
Instance Method Details
#==(other) ⇒ Object
100 101 |
# File 'lib/wreq_ruby/http.rb', line 100 def ==(other) end |
#eql?(other) ⇒ Boolean
108 109 |
# File 'lib/wreq_ruby/http.rb', line 108 def eql?(other) end |
#hash ⇒ Object
115 116 |
# File 'lib/wreq_ruby/http.rb', line 115 def hash end |
#inspect ⇒ Object
230 231 232 |
# File 'lib/wreq_ruby/http.rb', line 230 def inspect "#<Wreq::Version #{self}>" end |
#to_s ⇒ Object
86 87 |
# File 'lib/wreq_ruby/http.rb', line 86 def to_s end |