Categorygithub.com/DaHuangQwQ/gweb
repositorypackage
1.0.2
Repository: https://github.com/dahuangqwq/gweb.git
Documentation: pkg.go.dev

# 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
No description provided by the author
No description provided by the author

# README

gweb

an easy go web framework

route tree

  • 静态匹配
  • 通配符匹配
  • 参数路径

context

  • 处理输出
  • 处理输入

file

  • 文件上传
  • 文件下载

session

  • 基于内存实现
  • 基于 redis 实现
  • 基于 cookie 实现

template

Go template

AOP

  1. access log
  2. err handler
  3. opentelemetry
  4. prometheus
  5. recover