client

package
v1.1.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

html implements a generic API client which parses HTML and XML files. Mostly used to test the client package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	*client.Client
}

func New

func New(endpoint string, opts ...client.ClientOpt) (*Client, error)

func (*Client) Get

func (c *Client) Get(path string) (string, error)

type Request

type Request struct {
	client.Payload `json:"-"`
}

func (Request) Accept

func (r Request) Accept() string

func (Request) Method

func (r Request) Method() string

func (Request) Type

func (r Request) Type() string

type Response

type Response string

func (*Response) Unmarshal

func (response *Response) Unmarshal(mimetype string, r io.Reader) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL