From 131ab8eb2b0725f8afc8d3e09a00e157d07ca301 Mon Sep 17 00:00:00 2001 From: Alan Plum Date: Thu, 16 Jun 2016 12:05:16 +0200 Subject: [PATCH] req.params is now req.param [skip ci] --- Documentation/Books/Manual/Foxx/Migrating2x.mdpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/Books/Manual/Foxx/Migrating2x.mdpp b/Documentation/Books/Manual/Foxx/Migrating2x.mdpp index 1507fc0efe..4216152bbf 100644 --- a/Documentation/Books/Manual/Foxx/Migrating2x.mdpp +++ b/Documentation/Books/Manual/Foxx/Migrating2x.mdpp @@ -519,6 +519,8 @@ The names of some attributes of the request object have been adjusted to more cl * `req.parameters` is now called `req.queryParams` +* `req.params()` is now called `req.param()` + * `req.requestType` is now called `req.method` * `req.compatibility` is now called `req.arangoVersion`