Advanced Search
Search Results
2 total results found
API Design
API
π₯π²ππΌππΏπ°π²-ππ²π»ππΏπΆπ° ππ²ππΆπ΄π»:β’ Nouns in URLs:Β Β Use descriptive nouns (e.g., /πππππ, /ππππππππ) to represent resources, not verbs indicating actions.β’ HTTP Verbs:Β Β Leverage HTTP verbs (GET, POST, PUT, DELETE) to denote actions on resources (GET: retrieve,Β Β POST: cre...
Networking Protocols
Technical Overview
HTTP (Hypertext Transfer Protocol): This is the protocol your web browser uses to request and receive webpages from servers. When you type a URL into your browser, it sends an HTTP request to the server, which then sends back the webpage as a response. HTT...