PHP - Conditional Statements
You want to map HTTP status codes to messages using
match. Which code correctly returns 'Success' for 200 or 201, 'Redirect' for 301 or 302, and 'Error' for others?