What are the parts of a URL?

The tool: https://url-parts.glitch.me

The article: https://web.dev/articles/url-parts

Excellent work by my colleague @samdutton

url-parts.glitch.me

Interactive tool for showing the names of URL components

url-parts.glitch.me
@bramus @samdutton interesting. Is there a difference between scheme and protocol? I always called protocol to the https:// or ftp:// part (including the ://)
@alvaromontoro @bramus @samdutton Technically the protocol (as returned by the URL API) includes the : but not the // so is "https:". Added it to the tool and will add to the post.