che-operator/vendor/github.com/PuerkitoBio/urlesc
Anatolii Bazko a8c155409d
Make che-operator non blocking (#212)
* Make che-operator non-blocking

Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
2020-04-10 17:19:14 +03:00
..
.travis.yml Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
LICENSE OpenShift/K8S Operator (#3) 2019-01-30 11:54:38 +02:00
README.md Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
urlesc.go OpenShift/K8S Operator (#3) 2019-01-30 11:54:38 +02:00

README.md

urlesc Build Status GoDoc

Package urlesc implements query escaping as per RFC 3986.

It contains some parts of the net/url package, modified so as to allow some reserved characters incorrectly escaped by net/url (see issue 5684).

Install

go get github.com/PuerkitoBio/urlesc

License

Go license (BSD-3-Clause)