<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -214,9 +214,21 @@ string in the URL.
 Per-Host/Per-Method Curl Configuration Files
 --------------------------------------------
 
-If you find yourself using the same curl options over and over, you can save
-them in a file and resty will pass them to curl for you. Suppose you find
-yourself doing this all the time:
+Resty supports a per-host/per-method configuration file to help you with
+frequently used curl options. Each host (including the port) can have its
+own configuration file in the _~/.resty_ directory. The file format is
+
+      GET [arg] [arg] ...
+      PUT [arg] [arg] ...
+      POST [arg] [arg] ...
+      DELETE [arg] [arg] ...
+
+Where the `arg`s are curl command line arguments. Each line can specify
+arguments for that HTTP verb only, and all lines are optional.
+
+So, suppose you find yourself using the same curl options over and over. You
+can save them in a file and resty will pass them to curl for you. Say this
+is a frequent pattern for you:
 
       resty localhost:8080
       GET /Blah -H &quot;Accept: application/json&quot;</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>246b4e548f7c31b4e548a253871d09b40a1b6910</id>
    </parent>
  </parents>
  <author>
    <name>Micha Niskin</name>
    <email>asdf@ubergibson.com</email>
  </author>
  <url>http://github.com/micha/resty/commit/74af30874e09aabf988061717aa11b1fe8172653</url>
  <id>74af30874e09aabf988061717aa11b1fe8172653</id>
  <committed-date>2009-08-26T12:28:31-07:00</committed-date>
  <authored-date>2009-08-26T12:28:31-07:00</authored-date>
  <message>dox fix</message>
  <tree>4bb76bebdab3edd3f99a61889dc0bb8cbc0e220b</tree>
  <committer>
    <name>Micha Niskin</name>
    <email>asdf@ubergibson.com</email>
  </committer>
</commit>
