當請求方法是post的時候,查詢字串將從http請求體中傳遞而不是通過url。請求體是wsgi伺服器提供的類似於環境變數的wsgi.input檔案。
有必要知道應答體的大小,以便從wsgi.input中讀出它。wsgi明細規定,content_length變數來儲存大小,它可以為空或者被忽略,所以讀它的時候把它放到乙個try/except塊中。
這個指令碼應該被儲存為parsing_post.wsgi
#coding=utf-8
#!/usr/bin/env python
from wsgiref.******_server import make_server
from cgi import parse_qs, escape
html = """
age:
hobbies:
software
auto tunning
aage: %s
hobbies: %s
網路請求 Post解析
post模式請求分 同步與非同步 post模式非同步請求在處理時有兩種方法 1.block方法建立非同步請求 2.方法建立非同步請求 post模式注意的是需要攜帶乙個nsdata型別的請求體和設定乙個標識 post同步 void leftbuttonclick uibarbuttonitem lef...
post請求(json解析)
返回 damagedate hasallloss 0 comcode 015100 claimedamt 760 noclaimedamt 0 registno fc19001329 policyno pb0619324857 comcname 廣東分公司 reportdate damageaddr...
Get請求 Post請求
複製直接用 post同步請求 void synchronourequestbypost post非同步請求 1.方法 void asynchronourequestbypost void connection nsurlconnection connection didreceiveresponse...