mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-04-24 23:07:12 -07:00
Minor readme change
This commit is contained in:
parent
5c2881c845
commit
6bebfc3cab
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ This class encodes with rules that will be decoded correctly in either case.
|
||||||
Additionally, this library allocates no memory when encoding isn't needed and
|
Additionally, this library allocates no memory when encoding isn't needed and
|
||||||
does the work in a single pass without multiple loops. Both of these
|
does the work in a single pass without multiple loops. Both of these
|
||||||
optimizations have a significantly beneficial impact on performance of encoding
|
optimizations have a significantly beneficial impact on performance of encoding
|
||||||
compared to other solutions like the standard `URLEncoder` in the JDK.
|
compared to other solutions like the standard `URLEncoder` in the JDK or
|
||||||
|
`UriUtils` in Spring.
|
||||||
|
|
||||||
## Examples (TL;DR)
|
## Examples (TL;DR)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue