Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cora ¶
type Cora interface { Get(string, ...Header) Response Head(string, ...Header) Response Post(string, interface{}, ...Header) Response Put(string, interface{}, ...Header) Response Delete(string, ...Header) Response Options(string, ...Header) Response Patch(string, interface{}, ...Header) Response SetHost(string) Cora SetHeaders(...Header) Cora }
Click to show internal directories.
Click to hide internal directories.