httpserver

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ResponseType = types.NewObjectType("httpserver.HttpResponse")
)

Functions

func Lib

func Lib() cel.EnvOption

Types

type HttpResponse

type HttpResponse struct {
	Status int                 `cel:"status"`
	Header map[string][]string `cel:"header"`
	Body   []byte              `cel:"body"`
}

Jump to

Keyboard shortcuts

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