modulepackage
0.0.0-20250213061551-34b20564333c
Repository: https://github.com/extrame/goblet.git
Documentation: pkg.go.dev
# README
goblet -- another golang web framework
# Functions
FileWithName make file can by download for another name.
Open open file in any location of server, if want to open file relate to www dir, please use OpenInPrivate.
No description provided by the author
No description provided by the author
Use for defer unsafe go runtime.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
CookieIsMissing is returned when a cookie is missing.
CookieNotValid is returned when the cookie and its signed counterpart do not match.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SignedCookieFormat is the format string used to decide the name of the signed cookie.
SignedCookieIsMissing is returned when the signed cookie is missing.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
File the input file type, if you want to response a file, just response(*os.File).
No description provided by the author
a form-enc decoder for request body.
No description provided by the author
a JSON decoder for request body (just a wrapper to json.Unmarshal).
No description provided by the author
No description provided by the author
a form-enc decoder for request body.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Server 服务器类型.
StringConfiger is a configer that read config from a string.
an XML decoder for request body.
No description provided by the author
# Interfaces
Block is a group of http request.
No description provided by the author
ChangeSuffixOfConfig Change the config file suffix, default is conf.
No description provided by the author
No description provided by the author
No description provided by the author
DbPwdPlugin Change the db connection password.
No description provided by the author
No description provided by the author
No description provided by the author
用于获取数值的接口.
用户指定KV驱动的接口.
No description provided by the author
No description provided by the author
No description provided by the author
types that impliment RequestDecoder can unmarshal the request body into an apropriate type/struct.
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Controller which match full path and path with any suffix, eg.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Controller which match full path according to RESTful rules, eg.
No description provided by the author
Controller which only match full path eg.