Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshayjshah/negotiate
Simple HTTP content type negotiation.
https://github.com/akshayjshah/negotiate
content-type go golang http
Last synced: about 1 month ago
JSON representation
Simple HTTP content type negotiation.
- Host: GitHub
- URL: https://github.com/akshayjshah/negotiate
- Owner: akshayjshah
- License: mit
- Created: 2018-04-21T06:42:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T18:17:21.000Z (over 6 years ago)
- Last Synced: 2024-10-20T11:43:03.813Z (3 months ago)
- Topics: content-type, go, golang, http
- Language: Go
- Homepage: https://godoc.org/github.com/akshayjshah/negotiate
- Size: 386 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# negotiate [![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov]
Negotiate is a simple HTTP content type negotiation package. Since its core
dependency doesn't tag releases, it checks in `vendor/` and doesn't leak any
vendored types.## Installation
```
go get -u github.com/akshayjshah/vendor
```## Current Status
Stable. Once https://github.com/golang/go/issues/19307 is resolved, I'll stop
maintaining this package.[doc-img]: https://godoc.org/github.com/akshayjshah/negotiate?status.svg
[doc]: https://godoc.org/github.com/akshayjshah/negotiate
[ci-img]: https://travis-ci.org/akshayjshah/negotiate.svg?branch=master
[ci]: https://travis-ci.org/akshayjshah/negotiate
[cov-img]: https://codecov.io/gh/akshayjshah/negotiate/branch/master/graph/badge.svg
[cov]: https://codecov.io/gh/akshayjshah/negotiate