request_method
http.request_method
HTTP request method
Functions
Comment of Any.as_string
create a String from this instance. Unless redefined, `a.as_string` willcreate `"instance[T]"` where `T` is the dynamic type of `a`
Type Functions
(a http.request_method, b http.request_method) => bool[Redefinition of property.equatable.type.equality]¶
(a http.request_method, b http.request_method)
=>
bool[Redefinition of property.equatable.type.equality]
¶Comment of property.equatable.type.equality
equality implements the default equality relation for values of this type.This relation must be
- reflexive (equality a b),
- symmetric (equality a b = equality b a), and
- transitive ((equality a b && equality b c) : equality a c).
result is true iff 'a' is considered to represent the same abstract value
as 'b'.
0.095dev (GIT hash b85caf7d9723bbbca0d1dcdfa7ea0cb016405931)