eclipse-vertx / eclipse-vertx/vert.x
Nothing similar to OkHttp HttpUrl
Open
enhancement
- Dominant language
- Java
- Stars
- 14.7k
- Forks
- 2.1k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 27
Description
What I miss in Vert.x is URL parsing and manipulation class similar to OkHttp's HttpUrl
https://medium.com/square-corner-blog/okhttps-new-url-class-515460eea661
https://square.github.io/okhttp/5.x/okhttp/okhttp3/-http-url/index.html
It is far ahead of the competition.
This is the way you should improve your UriTemplate.
Or does Vert.x has anything close to HttpUrl?
PS: I still use HttpUrl, but it is a bit awkward, to have okhttp.jar, okio.jar and kotlin.jars only because of one class...
Contributor guide
Assessment
This issue has not been assessed yet.