Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjz/mediatype
Golang extensions for inspecting HTTP media-types headers
https://github.com/rjz/mediatype
golang-extensions mediatype
Last synced: 17 days ago
JSON representation
Golang extensions for inspecting HTTP media-types headers
- Host: GitHub
- URL: https://github.com/rjz/mediatype
- Owner: rjz
- License: other
- Created: 2016-08-15T04:59:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T20:15:38.000Z (over 7 years ago)
- Last Synced: 2024-10-22T12:06:35.423Z (2 months ago)
- Topics: golang-extensions, mediatype
- Language: Go
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
mediatype
===============================================Golang extensions for inspecting HTTP media-types headers
[![Build Status](https://travis-ci.org/rjz/mediatype.svg?branch=master)](https://travis-ci.org/rjz/mediatype)
[![Go Report Card](https://goreportcard.com/badge/github.com/rjz/mediatype)](https://goreportcard.com/report/github.com/rjz/mediatype)
[![GoDoc](https://godoc.org/github.com/rjz/mediatype?status.svg)](https://godoc.org/github.com/rjz/mediatype)Installation
-----------------------------------------------```ShellSession
$ go get gopkg.in/rjz/mediatype.v0
```Docs
-----------------------------------------------[See godoc](https://godoc.org/github.com/rjz/mediatype)