Update for POST 2

This commit is contained in:
Ankit Mahato
2024-03-12 02:04:01 +05:30
parent 4d4380f3aa
commit 2d5186bdf8
3 changed files with 18 additions and 3 deletions

View File

@ -326,7 +326,12 @@ print(data.decode("utf-8"))
const expectedCode = r"""import http.client
body = r'''{
"text": "I LOVE Flutter"
"text": "I LOVE Flutter",
"flag": null,
"male": true,
"female": false,
"no": 1.2,
"arr": ["null", "true", "false", null]
}'''
headers = {