mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-06-16 20:10:52 -07:00
Added spaceToPlus parameter to encode method
This commit is contained in:
parent
783a044cab
commit
d7437f3167
4 changed files with 101 additions and 71 deletions
|
@ -75,7 +75,7 @@ tasks {
|
|||
|
||||
if (project.properties["testsBadgeApiKey"] != null) {
|
||||
val apiKey = project.properties["testsBadgeApiKey"]
|
||||
val response: java.net.http.HttpResponse<String> = HttpClient.newHttpClient()
|
||||
val response: HttpResponse<String> = HttpClient.newHttpClient()
|
||||
.send(
|
||||
HttpRequest.newBuilder()
|
||||
.uri(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue