Last active
April 23, 2023 20:30
-
-
Save glinesbdev/cb614e82060bc29ed3dd444013a67024 to your computer and use it in GitHub Desktop.
Emojicode - JSON HTTP Request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
๐ ๐คrequest.emojic๐ค | |
๐ ๐ | |
๐๐บ๏ธ ๐คjsonplaceholder.typicode.com๐ค ๐ค/todos/1๐คโ โก๏ธ request | |
๐ ๐requestโ ๐ | |
๐ชrequestโ โก๏ธ body | |
๐ bodyโ | |
๐ | |
๐ error ๐ | |
๐ ๐ฌerrorโโ | |
๐ | |
๐ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
๐ ๐คsocket.emojic๐ค | |
๐ญ A wrapper around an HTTP request | |
๐ ๐บ๏ธ ๐ | |
๐๏ธ๐ url ๐ก | |
๐๏ธ๐ path ๐ก | |
๐๏ธ๐ port ๐ข | |
๐๏ธ๐ method ๐ก | |
๐๏ธ๐ headers ๐ก | |
๐๏ธ๐ response ๐ก | |
๐ ๐ผ method ๐ก ๐ผ url ๐ก ๐ผ port ๐ข ๐ผ path ๐ก ๐ผ headers ๐ก ๐ | |
๐ค๐ค โก๏ธ ๐๏ธresponse | |
๐ | |
๐ ๐ผ url ๐ก ๐ผ path ๐ก ๐ผ headers ๐ก ๐ | |
๐คGET๐ค โก๏ธ ๐๏ธmethod | |
80 โก๏ธ ๐๏ธport | |
๐ค๐ค โก๏ธ ๐๏ธresponse | |
๐ | |
๐ ๐ผ url ๐ก ๐ผ path ๐ก ๐ | |
๐คGET๐ค โก๏ธ ๐๏ธmethod | |
80 โก๏ธ ๐๏ธport | |
๐ค๐ค โก๏ธ ๐๏ธheaders | |
๐ค๐ค โก๏ธ ๐๏ธresponse | |
๐ | |
โ ๐ ๐ง๐ง๐ธโ๏ธ ๐ | |
๐๐งฆ method url port path headersโ โก๏ธ sock | |
๐บโ๏ธsockโ โก๏ธ socket | |
๐บ๐sock socketโ | |
๐บ๐socket 10000โ โก๏ธ data | |
โช๏ธ ๐กdataโ โก๏ธ data_str ๐ | |
data_str โก๏ธ ๐๏ธresponse | |
๐ | |
๐ | |
โ ๐ช โก๏ธ ๐ก ๐ | |
โฉ๏ธ ๐ฝ๐ซresponse ๐คโrโnโrโn๐คโ 1โ | |
๐ | |
๐ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
๐ฆ sockets ๐ | |
๐ญ A wrapper around a TCP socket | |
๐๏ธ ๐งฆ ๐ | |
๐๏ธ๐ url ๐ก | |
๐๏ธ๐ path ๐ก | |
๐๏ธ๐ port ๐ข | |
๐๏ธ๐ method ๐ก | |
๐๏ธ๐ headers ๐ก | |
๐ ๐ผ method ๐ก ๐ผ url ๐ก ๐ผ port ๐ข ๐ผ path ๐ก ๐ผ headers ๐ก ๐๐ | |
โ โ๏ธ โก๏ธ ๐ ๐ง๐ง๐ธโ๏ธ ๐ | |
โฉ๏ธ๐บ๐๐ url portโ | |
๐ | |
โ ๐ socket ๐ ๐ง๐ง๐ธโ ๐ | |
๐ ๐ค๐งฒmethod๐งฒ ๐งฒpath๐งฒ HTTP/1.1โrโnHost: ๐งฒurl๐งฒโrโn๐งฒheaders๐งฒโrโnโrโn๐คโ โก๏ธ request | |
๐บ๐ฌsocket requestโ | |
๐ | |
๐ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"userId": 1, | |
"id": 1, | |
"title": "delectus aut autem", | |
"completed": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment