Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cookieY/yee
/ functions
Functions
417 in github.com/cookieY/yee
⨍
Functions
417
◇
Types & classes
56
Method
Override
(rw http.ResponseWriter)
response_overide.go:62
Method
Pack
(relativePath string, f embed.FS, root string)
router.go:139
Method
Params
(name string)
context.go:328
Method
Path
()
context.go:92
Function
Print
Print is analogous to `fmt.Print` with termial detection.
logger/color.go:295
Function
Printf
Printf is analogous to `fmt.Printf` with termial detection.
logger/color.go:305
Function
Println
Println is analogous to `fmt.Println` with termial detection.
logger/color.go:300
Method
ProtoBuf
(code int, i proto.Message)
context.go:31
Method
ProtoBuf
(code int, i proto.Message)
context.go:277
Method
ProtoMessage
()
test/host.pb.go:48
Method
ProtoReflect
()
test/host.pb.go:50
Function
ProxyWithConfig
(config ProxyConfig)
middleware/proxy.go:34
Method
Pusher
get the http.Pusher for server push
response_overide.go:43
Method
Pusher
()
response_overide.go:133
Method
Put
(key string, values interface{})
context.go:164
Method
QueryParam
(name string)
context.go:340
Method
QueryParams
()
context.go:336
Method
QueryString
()
context.go:40
Method
QueryString
()
context.go:347
Function
RateLimit
RateLimit is the default implementation of rateLimit middleware
middleware/rateLimit.go:26
Method
Readdir
Readdir overrides the http.File default implementation.
fs.go:38
Function
RedBg
(msg interface{}, styles ...string)
logger/color.go:349
Method
Redirect
(code int, uri string)
context.go:447
Method
RemoteIP
()
context.go:225
Method
RequestURI
()
context.go:47
Method
RequestURI
()
context.go:414
Function
Reset
(msg interface{}, styles ...string)
logger/color.go:377
Method
Reset
()
context.go:96
Method
Reset
(msg interface{}, styles ...string)
logger/color.go:244
Method
Reset
()
test/host.pb.go:35
Method
RunTLS
RunTLS is launch of tls golang supports http2,if client supports http2 Otherwise, the http protocol return to http1.1
yee.go:156
Method
Scheme
()
context.go:418
Method
ServerError
(code int, defaultMessage string)
context.go:146
Method
SetCookie
(cookie *http.Cookie)
context.go:406
Method
SetHeader
(key string, value string)
context.go:316
Method
SetLevel
(level uint8)
logger/log.go:74
Method
SetLogOut
(out io.Writer)
yee.go:90
Method
SetOut
(out io.Writer)
logger/log.go:67
Function
SetOutput
SetOutput sets the output.
logger/color.go:282
Method
SetRequest
(r *http.Request)
context.go:213
Method
SetResponse
(w ResponseWriter)
context.go:28
Method
SetResponse
(w ResponseWriter)
context.go:221
Method
Size
()
response_overide.go:106
Method
Status
Returns the HTTP response status code of the current request.
response_overide.go:27
Method
Status
()
response_overide.go:102
Function
Strikeout
(msg interface{}, styles ...string)
logger/color.go:405
Method
String
()
test/host.pb.go:44
Method
TRACE
(path string, handler ...HandlerFunc)
router.go:54
Function
TestAnyMethod
(t *testing.T)
router_test.go:201
Function
TestBasicAuth
(t *testing.T)
middleware/basicAuth_test.go:33
Function
TestBindEncryptOkay
(t *testing.T)
bind_test.go:57
Function
TestBindJSON
(t *testing.T)
bind_test.go:33
Function
TestCSRFWithConfig
(t *testing.T)
middleware/csrf_test.go:14
Function
TestColor_Black
(t *testing.T)
logger/color_test.go:8
Function
TestContextForward
(t *testing.T)
context_test.go:35
Function
TestContextJSON
(t *testing.T)
context_test.go:19
Function
TestContextString
(t *testing.T)
context_test.go:46
Function
TestCore_Pprof
(t *testing.T)
pprof_test.go:5
Function
TestCors
(t *testing.T)
middleware/cors_test.go:11
Function
TestCrash
(t *testing.T)
context_test.go:70
Function
TestDefaultBinder_Bind
(t *testing.T)
bind_test.go:40
Function
TestDefaultBinder_Params_Bind
(t *testing.T)
bind_test.go:72
Function
TestDownload
(t *testing.T)
yee_test.go:34
Function
TestEncryptServer
(t *testing.T)
middleware/cors_test.go:42
Function
TestGenQueryExpr
(t *testing.T)
gen_test.go:41
Function
TestGenerateRestfulAPI
(t *testing.T)
gen_test.go:46
Function
TestGzip
(t *testing.T)
middleware/gzip_test.go:11
Function
TestH2
(T *testing.T)
h2_test.go:15
Function
TestH2cClient
(t *testing.T)
h2_test.go:23
Function
TestH3
(t *testing.T)
yee_test.go:68
Function
TestJwt
(t *testing.T)
middleware/jwt_test.go:43
Function
TestJwtExpire
(t *testing.T)
middleware/jwt_test.go:78
Function
TestLogger
(t *testing.T)
middleware/logger_test.go:11
Function
TestLogger_LogWrite
(t *testing.T)
log_test.go:11
Function
TestMultiGroup
(t *testing.T)
middleware/multiMiddle_test.go:30
Function
TestMultiMiddle
(t *testing.T)
middleware/multiMiddle_test.go:12
Function
TestNew
(t *testing.T)
gen_test.go:30
Function
TestQueryParams
(t *testing.T)
bind_test.go:128
Function
TestRateLimit
(t *testing.T)
middleware/rateLimit_test.go:14
Function
TestRecovery
(t *testing.T)
middleware/recovery_test.go:11
Function
TestRedirect
(t *testing.T)
context_test.go:83
Function
TestRequestID
(t *testing.T)
middleware/requestID_test.go:12
Function
TestRestApi
(t *testing.T)
yee_test.go:22
Function
TestRouterMixin
(t *testing.T)
router_test.go:102
Function
TestRouterMultiRoute
(t *testing.T)
router_test.go:51
Function
TestRouterParam
(t *testing.T)
router_test.go:12
Function
TestRouterParams
(t *testing.T)
router_test.go:25
Function
TestRouterQueryParam
(t *testing.T)
router_test.go:74
Function
TestRouterStaticPath
(t *testing.T)
router_test.go:38
Function
TestRouter_Static
(t *testing.T)
router_test.go:93
Function
TestSecure
(t *testing.T)
middleware/secure_test.go:11
Function
TestStatic
(t *testing.T)
yee_test.go:42
Function
TestYee
(t *testing.T)
yee_test.go:16
Function
Underline
(msg interface{}, styles ...string)
logger/color.go:393
Method
Use
(middleware ...HandlerFunc)
router.go:86
Method
Warn
(msg interface{})
logger/log.go:161
Method
Warnf
(error string, msg ...interface{})
logger/log.go:167
Function
White
(msg interface{}, styles ...string)
logger/color.go:337
Function
WhiteBg
(msg interface{}, styles ...string)
logger/color.go:373
Method
Write
(b []byte)
middleware/gzip.go:70
← previous
next →
301–400 of 417, ranked by callers