libhttpserver

package
v1.0.48 Latest Latest
Warning

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

Go to latest
Published: May 8, 2018 License: BSD-3-Clause Imports: 16 Imported by: 0

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(g *libkb.GlobalContext, 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