Skip to content

Instantly share code, notes, and snippets.

@giljr
Last active October 25, 2025 13:39
Show Gist options
  • Select an option

  • Save giljr/10fa23a580de3f38a2b829425e8dc00c to your computer and use it in GitHub Desktop.

Select an option

Save giljr/10fa23a580de3f38a2b829425e8dc00c to your computer and use it in GitHub Desktop.
Component Example Description
Scheme (Protocol) http Defines how data is transferred (e.g., http, https, ftp)
Host localhost The domain or IP address where the resource lives
Port 3000 The communication port (often 80 for HTTP, 443 for HTTPS)
Path /api/v1/rcad/processar The exact location or route of the resource on the server
Query String ?user=gilberto&mode=fast Extra parameters sent to the server
Fragment #summary A reference to a section or element within the resource
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment