http

package
v0.1.15 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Package http implements the functions, types, and interfaces for the module.

Package http implements the functions, types, and interfaces for the module.

Index

Constants

View Source
const (
	Scheme = "http"
)

Variables

This section is empty.

Functions

func NewClient

func NewClient(ctx context.Context, cfg *configv1.Service, ss ...OptionSetting) (*transhttp.Client, error)

NewClient Creating an HTTP client instance.

func NewServer

func NewServer(cfg *configv1.Service, ss ...OptionSetting) (*transhttp.Server, error)

NewServer Create an HTTP server instance.

Types

type Option added in v0.1.0

type Option struct {
	Prefix       string
	HostIp       string
	ServiceName  string
	Discovery    registry.Discovery
	NodeFilters  []selector.NodeFilter
	Middlewares  []middleware.Middleware
	EndpointFunc func(scheme string, host string, addr string) (string, error)
}

type OptionSetting added in v0.1.0

type OptionSetting = func(o *Option)

func WithDiscovery added in v0.1.14

func WithDiscovery(serviceName string, discovery registry.Discovery) OptionSetting

func WithEndpointFunc added in v0.1.14

func WithEndpointFunc(endpointFunc func(scheme string, host string, addr string) (string, error)) OptionSetting

func WithHostIp added in v0.1.15

func WithHostIp(hostIp string) OptionSetting

func WithMiddlewares added in v0.1.14

func WithMiddlewares(middlewares ...middleware.Middleware) OptionSetting

func WithNodeFilter added in v0.1.0

func WithNodeFilter(filters ...selector.NodeFilter) OptionSetting

func WithPrefix added in v0.1.15

func WithPrefix(prefix string) OptionSetting

Jump to

Keyboard shortcuts

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