-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Add netloc function for url #10357
Copy link
Copy link
Closed
Labels
Description
Use case
I have some url with different port like http://a.com:8080/,http://a.com:8081/. and I want get a.com:8080 a.com:8081.
Describe the solution you'd like
select netloc('http://a.com:8080') -> a.com:8080
select netloc('http://b.com:8080') -> a.com:8081
Describe alternatives you've considered
Look like this is no good way to do is now
Reactions are currently unavailable
