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.

README.md 595B

12345678910111213141516
  1. urlesc [![Build Status](https://travis-ci.org/PuerkitoBio/urlesc.svg?branch=master)](https://travis-ci.org/PuerkitoBio/urlesc) [![GoDoc](http://godoc.org/github.com/PuerkitoBio/urlesc?status.svg)](http://godoc.org/github.com/PuerkitoBio/urlesc)
  2. ======
  3. Package urlesc implements query escaping as per RFC 3986.
  4. It contains some parts of the net/url package, modified so as to allow
  5. some reserved characters incorrectly escaped by net/url (see [issue 5684](https://github.com/golang/go/issues/5684)).
  6. ## Install
  7. go get github.com/PuerkitoBio/urlesc
  8. ## License
  9. Go license (BSD-3-Clause)