<div dir="ltr">hey all - quick question.  Trying to understand FileBodyProducer as it pertains to POST.<div><pre style="color:rgb(0,0,0);font-family:menlo;font-size:9pt"><span style="background-color:rgb(255,228,255)">json_body</span> = FileBodyProducer(StringIO(json.dumps({'key': 'value'})))</pre></div><div><pre style="font-family:menlo;font-size:9pt"><span style="color:rgb(0,0,0)">agent.request(<span style="color:rgb(0,128,0);font-weight:bold">"POST"</span>, ~</span><font color="#008000"><b>uri</b></font><font color="#000000">, Headers({</font><span style="color:rgb(0,128,0);font-weight:bold">'User-Agent'</span><font color="#000000">: [</font><span style="color:rgb(0,128,0);font-weight:bold">'AkamaiTest'</span><font color="#000000">]}), json_body)</font></pre><pre style="font-family:menlo;font-size:9pt">Does the agent chunk the POST body?  Is this controllable?</pre><pre style="font-family:menlo;font-size:9pt">Any insight appreciated!</pre><pre style="font-family:menlo;font-size:9pt"><br></pre><pre style="font-family:menlo;font-size:9pt"><br></pre></div></div>