You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"title": "Added support for the short URL format",
"description": "Now you can use the short URL format: \n ```bash \nget :3000/api/user # get http://localhost:3000/api/user \nget :/api/user # get http://localhost/api/user \nget localhost # get http://localhost \nget httl.dev # get https://httl.dev \n ```",
"type": "feature"
},
{
"title": "IPv4 is now the default for requests to localhost",