Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { // URL is the full URL (including protocol and eventual query string et al.) URL string // Headers is an optional map of name -> value tuples of HTTP headers Headers map[string]string // Context gives the name of the calling context, eg. "rest" Context string }
Client ...
Click to show internal directories.
Click to hide internal directories.