mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-04-24 23:07:12 -07:00
Update README.md
Added Kotlin Multiplatform
This commit is contained in:
parent
fa63916eeb
commit
eae1956ff2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
A simple defensive library to encode/decode URL components.
|
A simple defensive library to encode/decode URL components.
|
||||||
|
|
||||||
This library was extracted from the [RIFE2 Web Application Framework](https://rife2.com).
|
This library was extracted from the [RIFE2 Web Application Framework](https://rife2.com).
|
||||||
A Kotlin version can also be found at [https://github.com/ethauvin/urlencoder](https://github.com/ethauvin/urlencoder).
|
A Kotlin Multiplatform version can also be found at [https://github.com/ethauvin/urlencoder](https://github.com/ethauvin/urlencoder).
|
||||||
|
|
||||||
The rules are determined by combining the unreserved character set from
|
The rules are determined by combining the unreserved character set from
|
||||||
[RFC 3986](https://www.rfc-editor.org/rfc/rfc3986#page-13) with the
|
[RFC 3986](https://www.rfc-editor.org/rfc/rfc3986#page-13) with the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue