<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -43,6 +43,20 @@ That works and all but what if you don't want to embed your username and passwor
 	
 	Twitter.new('username', 'password').post(&quot;It's an HTTParty and everyone is invited!&quot;)
 
+=== REQUEST OPTIONS
+
+Each of the HTTP method (get, post, put and delete) each take a hash of options.
+The following keys can be specified in the options:
+
+headers::       A &lt;tt&gt;Hash&lt;/tt&gt; of header key/value pairs
+query::         A &lt;tt&gt;Hash&lt;/tt&gt; of query key/value pairs
+body::          The body of the request. If it's a &lt;tt&gt;Hash&lt;/tt&gt;, it is
+                converted into query-string format, otherwise it is sent
+                as-is.
+basic_auth::    A &lt;tt&gt;Hash&lt;/tt&gt; containing keys for &lt;tt&gt;:username&lt;/tt&gt; and
+                &lt;tt&gt;:password&lt;/tt&gt;.
+no_follow::     Turns off automatic redirect following
+
 == REQUIREMENTS:
 
 * Active Support &gt;= 2.1</diff>
      <filename>README.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a279df8f703f40f6717ce9aa3af46b4257d99e28</id>
    </parent>
  </parents>
  <author>
    <name>Alex Vollmer</name>
    <email>alex@evri.com</email>
  </author>
  <url>http://github.com/jnunemaker/httparty/commit/caee477d0c143b0a0c63a09d253e1669bf34db7d</url>
  <id>caee477d0c143b0a0c63a09d253e1669bf34db7d</id>
  <committed-date>2008-10-24T21:35:10-07:00</committed-date>
  <authored-date>2008-09-19T16:32:03-07:00</authored-date>
  <message>Added doco for various request options.</message>
  <tree>c9fea5552688119a59cb61328bbaf81988bc7496</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
