Skip to content
Snippets Groups Projects
Verified Commit 26863324 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

documentation

parent 88325eaf
No related branches found
No related tags found
No related merge requests found
## HTTP Negotiation
## Installation
```shell
go get gitlab.schukai.com/oss/libraries/go/network/http-negotiation
```
**Note:** This library uses [Go Modules](https://github.com/golang/go/wiki/Modules) to manage dependencies.
## What do this library?
This library provides a simple way to negotiate the content type of HTTP request.
......@@ -19,6 +11,14 @@ It supports:
* [x] [Accept-Charset](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Charset)
* [x] [Accept-Encoding](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Encoding)
## Installation
```shell
go get gitlab.schukai.com/oss/libraries/go/network/http-negotiation
```
**Note:** This library uses [Go Modules](https://github.com/golang/go/wiki/Modules) to manage dependencies.
## Usage
### Content Negotiation
......@@ -155,4 +155,4 @@ Please make sure to update tests as appropriate.
## License
[AGPL-3.0](https://choosealicense.com/licenses/agpl-3.0/)
\ No newline at end of file
[AGPL-3.0](https://choosealicense.com/licenses/agpl-3.0/)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment