libhttpserver

package
v2.11.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2018 License: BSD-3-Clause Imports: 18 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	// contains filtered or unexported fields
}

Server is a local HTTP server for serving KBFS content over HTTP.

func New

func New(appStateUpdater env.AppStateUpdater, config libkbfs.Config) (
	s *Server, err error)

New creates and starts a new server.

func (*Server) Address

func (s *Server) Address() (string, error)

Address returns the address that the server is listening on.

func (*Server) NewToken

func (s *Server) NewToken() (token string, err error)

NewToken returns a new random token that a HTTP client can use to load content from the server.

func (*Server) Shutdown

func (s *Server) Shutdown()

Shutdown shuts down the server.

Jump to

Keyboard shortcuts

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