package
0.0.0-20250206095323-67f4e8942fa5
Repository: https://github.com/noxyicm/wsf.git
Documentation: pkg.go.dev

# Functions

NewContext return the Context with Input and Output.
NewWSFRequest return Request generated by Context.
NewWSFResponse returns new WSFResponse.

# Constants

ApplicationHTML states for "text/html" context.
ApplicationJSON states for "application/json" context.
ApplicationXML states for "application/xml" context.
ApplicationYAML states for "application/x-yaml" context.
TextXML states for "text/xml" context.

# Structs

Context Http request context struct including WSFRequest, WSFResponse.
WSFRequest operates the http request header, data, cookie and body.
WSFResponse does work for sending response header.