croservices / cro

Development tools for building services and distributed systems in Raku using the Cro libraries.
https://cro.services/
Artistic License 2.0
88 stars 35 forks source link

Handle IPv6 literals in URL format to "cro web" #124

Closed jmaslak closed 4 years ago

jmaslak commented 4 years ago

This allows you to do things like "cro web [::]:12345" or "cro web [2001:db8::1]::12345" which makes it more clear where the IPv6 address begins and ends. The old host-port formats continue to work.