An open API service indexing awesome lists of open source software.

https://github.com/xgfone/go-http-matcher

Provide a common http request matcher, and some implementations.
https://github.com/xgfone/go-http-matcher

matcher matchers route route-match route-matcher router

Last synced: about 2 months ago
JSON representation

Provide a common http request matcher, and some implementations.

Awesome Lists containing this project

README

        

# GO HTTP Matcher
[![Build Status](https://github.com/xgfone/go-http-matcher/actions/workflows/go.yml/badge.svg)](https://github.com/xgfone/go-http-matcher/actions/workflows/go.yml)
[![GoDoc](https://pkg.go.dev/badge/github.com/xgfone/go-http-matcher)](https://pkg.go.dev/github.com/xgfone/go-http-matcher)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](https://raw.githubusercontent.com/xgfone/go-http-matcher/master/LICENSE)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/tag/xgfone/go-http-matcher?sort=semver)

Provide a common http request matcher, and some implementations, requiring `Go 1.22+`.