OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors
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.
 
 
 
 
 
 
Eric Chiang 08b12a0e5c *: move ./Godeps/_workspace/src/ to ./vendor/ 10 years ago
..
.gitignore *: move ./Godeps/_workspace/src/ to ./vendor/ 10 years ago
.travis.yml *: move ./Godeps/_workspace/src/ to ./vendor/ 10 years ago
LICENSE *: move ./Godeps/_workspace/src/ to ./vendor/ 10 years ago
README.md *: move ./Godeps/_workspace/src/ to ./vendor/ 10 years ago
helpers.go *: move ./Godeps/_workspace/src/ to ./vendor/ 10 years ago
json_utils.go *: move ./Godeps/_workspace/src/ to ./vendor/ 10 years ago
parsing.go *: move ./Godeps/_workspace/src/ to ./vendor/ 10 years ago
payloads.go *: move ./Godeps/_workspace/src/ to ./vendor/ 10 years ago
shorthand.go *: move ./Godeps/_workspace/src/ to ./vendor/ 10 years ago
simplehttp.go *: move ./Godeps/_workspace/src/ to ./vendor/ 10 years ago

README.md

simplehttp

Build Status

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.