Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PythonでPOSTリクエストを送信したいのですが、POST本文全体を特定の文字列に設定します。どうすればいいですか?urlib / urlib2 / httplib、私には関係ありません...
ありがとうございました。
たとえば、urllib2 では、本体 (およびヘッダー) を簡単な方法で設定できるようです: http://docs.python.org/library/urllib2.html#urllib2.Request