diff options
-rw-r--r-- | README.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,9 +13,9 @@ builds a new one. Instance slots of an ~endpoint~ class hold data necessary to process the request. If a slot is defined with an ~:initarg~, then that slot's -value is meant to be supplied by the HTTP request, be through embedded -"route variables", query parameters, or fields in a structured request -body. +value is meant to be supplied by the HTTP request, either from +embedded "route variables", query parameters, or fields in a +structured request body. Any slot defined without an ~:initarg~ is meant to have its value supplied by some stage in the handler protocol. |