httpsrv

package
v0.0.0-...-0c3a650 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServedFile

type ServedFile struct {
	LocalPath string
	Pattern   string
}

ServedObject represents a file that will be returned at a given pattern

type ServedObject

type ServedObject struct {
	Contents string
	Pattern  string
}

ServedObject represents an object that will be returned at a given pattern

type Server

type Server struct {
	http.Server
}

Server serves objects and files

func NewServer

func NewServer(addr string,
	servedFiles []ServedFile,
	servedObjects []ServedObject) (*Server, error)

NewServer creates an object/file server

func (*Server) Stop

func (s *Server) Stop() error

Stop stops serving

Jump to

Keyboard shortcuts

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