Documentation ¶
Index ¶
- type Ibex
- func (i *Ibex) DELETE() error
- func (i *Ibex) GET() error
- func (i *Ibex) Header(key, value string) *Ibex
- func (i *Ibex) In(v interface{}) *Ibex
- func (i *Ibex) Method(m string) *Ibex
- func (i *Ibex) Out(ptr interface{}) *Ibex
- func (i *Ibex) PATCH() error
- func (i *Ibex) POST() error
- func (i *Ibex) PUT() error
- func (i *Ibex) Path(p string) *Ibex
- func (i *Ibex) QueryString(key, value string) *Ibex
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ibex ¶
type Ibex struct {
// contains filtered or unexported fields
}
func (*Ibex) QueryString ¶
Click to show internal directories.
Click to hide internal directories.