Skip to content

Instantly share code, notes, and snippets.

View risuvoo's full-sized avatar
🚀
উড়তে হবে

RI Suvo risuvoo

🚀
উড়তে হবে
View GitHub Profile
@risuvoo
risuvoo / CountryCodes.json
Created September 29, 2024 11:10 — forked from anubhavshrimal/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"
@risuvoo
risuvoo / serverCodes.md
Created November 28, 2021 10:07
status codes

1xx: Information

Code Message Description
100 Continue The server has received the request headers, and the client should proceed to send the request body
101 Switching Protocols The requester has asked the server to switch protocols
103 Checkpoint Used in the resumable requests proposal to resume aborted PUT or POST requests

2xx: Successful

Code Message Description