Documentation ¶
Overview ¶
Endpoints - final destination of the http request
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpEndpoint ¶
type HttpEndpoint struct {
// contains filtered or unexported fields
}
func MustParseUrl ¶
func MustParseUrl(in string) *HttpEndpoint
func NewHttpEndpoint ¶
func NewHttpEndpoint(in *url.URL) (*HttpEndpoint, error)
func ParseUrl ¶
func ParseUrl(in string) (*HttpEndpoint, error)
func (*HttpEndpoint) GetId ¶
func (e *HttpEndpoint) GetId() string
func (*HttpEndpoint) GetUrl ¶
func (e *HttpEndpoint) GetUrl() *url.URL
func (*HttpEndpoint) String ¶
func (e *HttpEndpoint) String() string
Click to show internal directories.
Click to hide internal directories.