Skip to content

Commit

Permalink
Merge pull request #33 from sdegutis/patch-1
Browse files Browse the repository at this point in the history
Update SPEC
  • Loading branch information
weavejester committed Dec 27, 2012
2 parents 67e0e21 + a025182 commit 41c7c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPEC
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Adapters are implemented as functions of two arguments: a handler and an options
map. The options map provides any needed configuration to the adapter, such as
the port on which to run.

Once initialized, adapters receive HTTP requests, parse them to construct an
Once initialized, adapters receive HTTP requests, parse them to construct a
request map, and then invoke their handler with this request map as an
argument. Once the handler returns a response map, the adapter uses it to
construct and send an HTTP response to the client.
Expand Down

0 comments on commit 41c7c15

Please sign in to comment.