From 6771647a8d7f67069e208c23c49fe8804dd4bb17 Mon Sep 17 00:00:00 2001 From: Alan Plum Date: Wed, 11 Jan 2017 17:09:55 +0100 Subject: [PATCH] Mention request module --- .../Books/Manual/Appendix/JavaScriptModules/README.mdpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/Books/Manual/Appendix/JavaScriptModules/README.mdpp b/Documentation/Books/Manual/Appendix/JavaScriptModules/README.mdpp index 44f8aea947..b05031b8b0 100644 --- a/Documentation/Books/Manual/Appendix/JavaScriptModules/README.mdpp +++ b/Documentation/Books/Manual/Appendix/JavaScriptModules/README.mdpp @@ -81,6 +81,8 @@ There are a large number of ArangoDB-specific modules using the `@arangodb` name * [@arangodb/crypto](Crypto.md) provides various cryptography functions including hashing algorithms. +* [@arangodb/request](Request.md) provides the functionality for making synchronous HTTP/HTTPS requests. + * [@arangodb/foxx](../../Foxx/README.md) is the namespace providing the various building blocks of the Foxx microservice framework. Bundled NPM Modules