Activity 30: HTTP Status Codes
1xx (Informational)
Purpose: Indicate that the request has been received and the process is continuing.
Example: These are rare in RESTful APIs and mainly used in cases where the client needs feedback that the request is being processed (e.g., 100 C...
devken4u.hashnode.dev3 min read