Skip to content

Commit 97883f3

Browse files
committed
docs: add status badges to README
1 parent b519c53 commit 97883f3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Query To Header
22

3+
[![Maintenance](https://img.shields.io/maintenance/yes/2026.svg)](https://github.com/muench-dev/query-to-header)
4+
[![Go CI](https://github.com/muench-dev/query-to-header/actions/workflows/go.yml/badge.svg)](https://github.com/muench-dev/query-to-header/actions/workflows/go.yml)
5+
[![CodeQL](https://github.com/muench-dev/query-to-header/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/muench-dev/query-to-header/actions/workflows/codeql-analysis.yml)
6+
[![Go Report Card](https://goreportcard.com/badge/github.com/muench-dev/query-to-header)](https://goreportcard.com/report/github.com/muench-dev/query-to-header)
7+
38
A [Traefik](https://traefik.io) middleware plugin that copies values from incoming HTTP
49
request query parameters into HTTP request headers before the request reaches the next
510
handler in the chain.

0 commit comments

Comments
 (0)