Skip to content

Method

[Source]

HTTP method

See: https://tools.ietf.org/html/rfc2616#section-5.1.1

interface val Method is
  Equatable[Method val] ref,
  Stringable box

Implements


Public Functions

repr

[Source]

fun box repr()
: String val

Returns


string

[Source]

fun box string()
: String iso^

Returns


eq

[Source]

fun box eq(
  o: Method val)
: Bool val

Parameters

Returns


ne

fun box ne(
  that: Method val)
: Bool val

Parameters

Returns