<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
 (ns ring.adapter.httpcore
-  (:import (org.apache.http HttpRequest Header HttpEntityHttpEntityEnclosingRequest HttpResponse
+  (:import (org.apache.http HttpRequest Header HttpEntityEnclosingRequest HttpResponse
              ConnectionClosedException HttpException HttpServerConnection)
            (org.apache.http.entity AbstractHttpEntity StringEntity EntityTemplate InputStreamEntity
              FileEntity ContentProducer)
@@ -149,10 +149,10 @@
 (defn run-httpcore
  &quot;Serve the given app according to the options.
  Options:
-   :port, an Integer.
-   :server-name, a String (for old HTTP/1.0 clients).
-   :server-port, an Integer (for old HTTP/1.0 clients, when public facing port is different from :port).
-   :execute, a function with signature [f &amp; args] that applies f to args, usually in another thread.&quot;
+   :port (Optional, Integer)
+   :server-name (Optional, String) for old HTTP/1.0 clients
+   :server-port (Optional, Integer) for old HTTP/1.0 clients, when public facing port is different from :port
+   :execute, (Optional, IFn) function with signature [f &amp; args] that applies f to args, usually in another thread&quot;
  [app {:keys [port server-name server-port execute]}]
   (let [execute (or execute (partial executor-execute
                               (Executors/newCachedThreadPool</diff>
      <filename>src/ring/adapter/httpcore.clj</filename>
    </modified>
    <modified>
      <diff>@@ -46,7 +46,9 @@
 (defn run-jetty
   &quot;Serve the given handler according to the options.
   Options:
-    :port, an Integer.&quot;
+    :port (Optional, Integer)
+    :host (Optional, String)
+    :ssl-port, :keystore, :key-password, :truststore, :trust-password&quot;
   [handler options]
   (doto (create-server options)
     (.setHandler (proxy-handler handler))</diff>
      <filename>src/ring/adapter/jetty.clj</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5cd23e83b45fdac6d0f9403ce8642fe30bf7466f</id>
    </parent>
  </parents>
  <author>
    <name>Mark McGranaghan</name>
    <email>mmcgrana@gmail.com</email>
  </author>
  <url>http://github.com/mmcgrana/ring/commit/03c894abef221e2031111d5f362133f3bf8080c9</url>
  <id>03c894abef221e2031111d5f362133f3bf8080c9</id>
  <committed-date>2009-09-06T11:35:41-07:00</committed-date>
  <authored-date>2009-09-06T11:35:41-07:00</authored-date>
  <message>Fix bug in httpcore adapter, increase consistency of adapter docs.</message>
  <tree>558778105bb833a5553f3a95ea3cdafdc893715a</tree>
  <committer>
    <name>Mark McGranaghan</name>
    <email>mmcgrana@gmail.com</email>
  </committer>
</commit>
