Rfc3986
object Rfc3986
Value members
Concrete methods
def encode(allowedCharacters: Set[Char], spaceAsPlus: Boolean, encodePlus: Boolean)(s: String): String
- Value parameters:
- encodePlus
Should
+
(which is the encoded form of space in the query) be %-encoded.- spaceAsPlus
In the query, space is encoded as a
+
. In other contexts, it should be %-encoded as%20
.