http_handler

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HttpHandler

type HttpHandler interface {
	Get(uri string, queries map[string]string) (status int, response []byte, err error)
	GetWithContext(ctx context.Context, uri string, headers map[string]string, queries map[string]string) (status int, response []byte, err error)
	Post(uri string, request []byte) (status int, response []byte, err error)
	PostWithContext(ctx context.Context, uri string, headers map[string]string, request []byte) (status int, response []byte, err error)
}

Jump to

Keyboard shortcuts

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