Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Send ¶
func Send(ctx context.Context, method, path string, privateKey crypto.PrivateKey, in, out any) (int, error)
Send makes an http request to the given endpoint, writing the input to the request body and un-marshaling the output from the response body.
func SignHTTPRequest ¶
func SignHTTPRequest(privateKey crypto.PrivateKey, req *http.Request) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.