• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

go-pkgz / rest
96%
master: 96%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.21.0
DEFAULT BRANCH: master
Repo Added 14 Jul 2018 07:41PM UTC
Files 21
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH refs/tags/v1.21.0
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 1.1.3
  • add-ping-head-support
  • apache-log
  • benchmarks
  • dependabot/go_modules/go_modules-5a9c29dde4
  • dependabot/go_modules/go_modules-dd7da38a6b
  • dependabot/go_modules/go_modules-ee7f9554a6
  • fix-ci-caching
  • fix-content-type-header
  • fs-opts
  • hashed-auth
  • health
  • master
  • new-middlewares
  • paskal/add_ipv4_link_local
  • paskal/golangci_lint
  • paskal/remove_errors
  • rbac
  • realip
  • realip-cdn-support
  • refs/tags/v1.10.0
  • refs/tags/v1.11.0
  • refs/tags/v1.12.0
  • refs/tags/v1.12.1
  • refs/tags/v1.13.0
  • refs/tags/v1.14.0
  • refs/tags/v1.15.0
  • refs/tags/v1.15.1
  • refs/tags/v1.15.2
  • refs/tags/v1.15.3
  • refs/tags/v1.15.4
  • refs/tags/v1.15.5
  • refs/tags/v1.15.6
  • refs/tags/v1.16.0
  • refs/tags/v1.17.0
  • refs/tags/v1.18.0
  • refs/tags/v1.18.1
  • refs/tags/v1.18.2
  • refs/tags/v1.19.0
  • refs/tags/v1.20.0
  • refs/tags/v1.20.1
  • refs/tags/v1.20.2
  • refs/tags/v1.20.3
  • refs/tags/v1.20.4
  • refs/tags/v1.20.5
  • refs/tags/v1.20.6
  • refs/tags/v1.20.7
  • refs/tags/v1.21.0
  • refs/tags/v1.5.0
  • refs/tags/v1.5.4
  • refs/tags/v1.6.0
  • refs/tags/v1.6.1
  • refs/tags/v1.7.0
  • refs/tags/v1.8.0
  • refs/tags/v1.8.1
  • refs/tags/v1.8.2
  • refs/tags/v1.9.0
  • refs/tags/v1.9.1
  • refs/tags/v1.9.2
  • throttle
  • tollboth
  • v1.0.0
  • v1.1.0
  • v1.1.1
  • v1.1.2
  • v1.1.3
  • v1.1.4
  • v1.1.5
  • v1.1.6
  • v1.2.0
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.4.0
  • v1.4.1

08 Jan 2026 09:03AM UTC coverage: 95.99%. First build
20811387180

push

github

umputun
docs: add documentation for new middlewares

document Secure, CORS, CSRF, CleanPath, and StripSlashes
middlewares with usage examples and configuration options

1173 of 1222 relevant lines covered (95.99%)

53.76 hits per line

Relevant lines Covered
Build:
Build:
1222 RELEVANT LINES 1173 COVERED LINES
53.76 HITS PER LINE
Source Files on master
  • Tree
  • List 21
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20811387180 refs/tags/v1.21.0 docs: add documentation for new middlewares document Secure, CORS, CSRF, CleanPath, and StripSlashes middlewares with usage examples and configuration options push 08 Jan 2026 09:05AM UTC umputun github
95.99
20811340128 master docs: add documentation for new middlewares document Secure, CORS, CSRF, CleanPath, and StripSlashes middlewares with usage examples and configuration options push 08 Jan 2026 09:04AM UTC umputun github
95.99
20811297094 new-middlewares docs: add documentation for new middlewares document Secure, CORS, CSRF, CleanPath, and StripSlashes middlewares with usage examples and configuration options Pull #43 08 Jan 2026 09:02AM UTC umputun github
95.99
20809181256 master improve test coverage and fix code review issues - add profiler_test.go with tests for Profiler middleware and expVars - add tests for gzip WriteHeader, cache control If-None-Match paths - add tests for JSON encoding errors, rewrite no-match scen... push 08 Jan 2026 07:32AM UTC umputun github
95.46
20806493584 refs/tags/v1.20.7 add HEAD method support to Ping middleware, modernize code - Ping middleware now handles both GET and HEAD methods for /ping endpoint - HEAD returns 200 OK with headers but no body (useful for lightweight health checks) - Update dependencies: gol... push 08 Jan 2026 05:24AM UTC umputun github
88.17
20806438875 master add HEAD method support to Ping middleware, modernize code - Ping middleware now handles both GET and HEAD methods for /ping endpoint - HEAD returns 200 OK with headers but no body (useful for lightweight health checks) - Update dependencies: gol... push 08 Jan 2026 05:22AM UTC umputun github
88.17
20806401957 add-ping-head-support add HEAD method support to Ping middleware, modernize code - Ping middleware now handles both GET and HEAD methods for /ping endpoint - HEAD returns 200 OK with headers but no body (useful for lightweight health checks) - Update dependencies: gol... Pull #42 08 Jan 2026 05:20AM UTC umputun github
88.17
20444949367 refs/tags/v1.20.6 make RealIP middleware compatible with Cloudflare/CDN setups (#41) change header priority to: X-Real-IP → CF-Connecting-IP → X-Forwarded-For (leftmost) → RemoteAddr. only accept public IPs from headers, skip private/loopback/link-local. this fixe... push 22 Dec 2025 09:54PM UTC web-flow github
87.98
20444828212 master make RealIP middleware compatible with Cloudflare/CDN setups (#41) change header priority to: X-Real-IP → CF-Connecting-IP → X-Forwarded-For (leftmost) → RemoteAddr. only accept public IPs from headers, skip private/loopback/link-local. this fixe... push 22 Dec 2025 09:47PM UTC web-flow github
87.98
20444653006 realip-cdn-support make RealIP middleware compatible with Cloudflare/CDN setups change header priority to: X-Real-IP → CF-Connecting-IP → X-Forwarded-For (leftmost) → RemoteAddr. only accept public IPs from headers, skip private/loopback/link-local. this fixes issu... Pull #41 22 Dec 2025 09:38PM UTC umputun github
87.98
See All Builds (274)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc