Documentation ¶
Index ¶
- func Library() cel.EnvOption
- type Request
- func (r *Request) ConvertToNative(_ reflect.Type) (any, error)
- func (r *Request) ConvertToType(_ ref.Type) ref.Val
- func (r *Request) Cookie(name string) string
- func (r *Request) Equal(other ref.Val) ref.Val
- func (r *Request) Header(name string) string
- func (r *Request) Receive(function string, _ string, args []ref.Val) ref.Val
- func (r *Request) Type() ref.Type
- func (r *Request) Value() any
- type URL
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Request ¶
type Request struct { Method string URL *URL ClientIP []string // contains filtered or unexported fields }
func WrapRequest ¶
Click to show internal directories.
Click to hide internal directories.