armor

Uncomplicated, modern HTTP server

Github星跟踪图

Build Status
Forum
Twitter
License

What can it do today?

  • Serve HTTP/2
  • Automatically install TLS certificates from https://letsencrypt.org
  • Proxy HTTP and WebSocket requests
  • Define virtual hosts with path level routing
  • Graceful shutdown
  • Limit request body
  • Serve static files
  • Log requests
  • Gzip response
  • Cross-origin Resource Sharing (CORS)
  • Security
    • XSSProtection
    • ContentTypeNosniff
    • ContentSecurityPolicy
    • HTTP Strict Transport Security (HSTS)
  • Add / Remove trailing slash from the URL with option to redirect
  • Redirect requests
  • http to https
  • http to https www
  • http to https non www
  • non www to www
  • www to non www
  • URL path rewrite

Most of the functionality is implemented via Plugin interface which makes writing
a custom plugin super easy.

Get Started

What's on the roadmap?

  • Website
  • Code coverage
  • Test cases

主要指标

概览
名称与所有者labstack/armor
主编程语言Go
编程语言Makefile (语言数: 6)
平台
许可证MIT License
所有者活动
创建于2016-01-20 01:27:27
推送于2020-09-10 03:10:37
最后一次提交2019-08-03 11:10:09
发布数43
最新版本名称v0.4.14 (发布于 )
第一版名称v0.1.0 (发布于 )
用户参与
星数1.7k
关注者数44
派生数64
提交数181
已启用问题?
问题数43
打开的问题数20
拉请求数11
打开的拉请求数1
关闭的拉请求数5
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?