http

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	URL      string            `json:"url" yaml:"url"`
	Insecure bool              `json:"insecure" yaml:"insecure"`
	Headers  map[string]string `json:"headers" yaml:"headers"`
	Username string            `json:"username" yaml:"username"`
	Password string            `json:"password" yaml:"password"`
}

Config details

type Endpoint

type Endpoint struct {
	GwCfg     *gwTY.Config
	Config    Config
	Client    *http.Client
	BaseURL   *url.URL
	GatewayID string
	// contains filtered or unexported fields
}

Endpoint data

func New

func New(logger *zap.Logger, gwCfg *gwTY.Config, apiPrefix string) (*Endpoint, error)

New ethernet driver

func (*Endpoint) Close

func (ep *Endpoint) Close() error

Close the connection

func (*Endpoint) Write

func (ep *Endpoint) Write(rawMsg *msgTY.RawMessage) error

Write sends a payload

type RequestConfig

type RequestConfig struct {
	Method       string
	Path         string
	ResponseCode int
	QueryParams  map[string]interface{}
}

RequestConfig used for http request's

type ResponseConfig

type ResponseConfig struct {
	Method     string
	FullPath   string
	Path       string
	StatusCode int
	Headers    map[string]string
}

ResponseConfig used to return response config

Jump to

Keyboard shortcuts

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