Whats the difference between:
Python
requests.post(url, data=something, headers=header)
and Java apache fluent api Request 4.5.13