Documentation ¶
Index ¶
- type Implementation
- func (m *Implementation) Connect() Value
- func (m *Implementation) Delete() Value
- func (m *Implementation) Get() Value
- func (m *Implementation) Head() Value
- func (m *Implementation) Options() Value
- func (m *Implementation) Post() Value
- func (m *Implementation) Put() Value
- func (m *Implementation) Trace() Value
- type Interface
- type Type
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Implementation ¶
type Implementation struct { }
Implementation is an methods implementation
func (*Implementation) Connect ¶
func (m *Implementation) Connect() Value
Connect Return HTTP method CONNECT
func (*Implementation) Delete ¶
func (m *Implementation) Delete() Value
Delete Return HTTP method DELETE
func (*Implementation) Options ¶
func (m *Implementation) Options() Value
Options Return HTTP method OPTIONS
func (*Implementation) Trace ¶
func (m *Implementation) Trace() Value
Trace Return HTTP method TRACE
Click to show internal directories.
Click to hide internal directories.