Categorygithub.com/coderi421/kyuu
modulepackage
0.0.0-20240311064956-9d85d0065498
Repository: https://github.com/coderi421/kyuu.git
Documentation: pkg.go.dev

# README

kyuu

Web Framework by Go

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithFileCache 静态文件将会被缓存 maxFileSizeThreshold 超过这个大小的文件,就被认为是大文件,我们将不会缓存 maxCacheFileCnt 最多缓存多少个文件 所以我们最多缓存 maxFileSizeThreshold * maxCacheFileCnt.
No description provided by the author

# Structs

Context is the interface that wraps the basic ServeHTTP method.
FileDownloader 直接操作了 http.ResponseWriter 所以在 Middleware 里面将不能使用 RespData 因为没有赋值.
FileUploader @Description:.
No description provided by the author
HTTPServer is the implementation of Server.
StaticResourceHandler 静态资源处理 两个层面上 1.
No description provided by the author

# Interfaces

Server is the interface that wraps the basic ServeHTTP method.
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