Documentation ¶
Overview ¶
Package edhttp is an HTTP client that connects to HTTP servers on edtls listeners.
Index ¶
- type Client
- func (c *Client) Do(key ed25519.PublicKey, req *http.Request) (*http.Response, error)
- func (c *Client) Get(key ed25519.PublicKey, url string) (*http.Response, error)
- func (c *Client) Post(key ed25519.PublicKey, url string, contentType string, body io.Reader) (*http.Response, error)
- func (c *Client) PostJSON(key ed25519.PublicKey, url string, v interface{}) (*http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.