mirror of https://github.com/dexidp/dex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
10 years ago | |
|---|---|---|
| .. | ||
| .gitignore | 10 years ago | |
| .travis.yml | 10 years ago | |
| LICENSE | 10 years ago | |
| README.md | 10 years ago | |
| helpers.go | 10 years ago | |
| json_utils.go | 10 years ago | |
| parsing.go | 10 years ago | |
| payloads.go | 10 years ago | |
| shorthand.go | 10 years ago | |
| simplehttp.go | 10 years ago | |
README.md
simplehttp
Simple HTTP library for Go.
This small library adds some utility functions for doing HTTP request and easilly gettings results as structs from JSON and XML.
Supports alternative http.Client instances to support use on Google App Engine.
Examples are coming soon.
The code is released under a 3-clause BSD license. See the LICENSE file for more information.
