1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 18:13:00 +01:00
Michael Dowling 863998bbdb Auto-detecting Content-Type of a request
- A Content-Type header will be added to a request automatically based
  on the path of the request if a Content-Type header was not
  specifically set. Pass `false` to the second parameter of
  EntityEnclosingRequest::setBody() to not auto-detect a value.
- Removing default return value of application/octet-stream from
  EntityBody::getContentType()
2013-04-06 17:36:57 -07:00
..
2013-02-02 20:14:53 -08:00
2013-03-20 11:53:25 -05:00