server

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2026 License: BSD-3-Clause Imports: 17 Imported by: 0

Documentation

Overview

Copyright 2025 National Technology and Engineering Solutions of Sandia SPDX-License-Identifier: BSD-3-Clause

Index

Constants

View Source
const (
	DefaultAddr          = "localhost:8080"
	DefaultWebDir        = "web/static"
	DefaultFetchMaxBytes = 25 * 1024 * 1024
)

Variables

This section is empty.

Functions

func Handler

func Handler(options Options) (http.Handler, error)

func Run

func Run(options Options) error

Types

type Options

type Options struct {
	Addr          string
	WebDir        string
	FetchMaxBytes int64
}

Jump to

Keyboard shortcuts

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