From fe091611818d0e429d999aa2ed4494c96a785573 Mon Sep 17 00:00:00 2001 From: Torubarov Timur Date: Thu, 4 Apr 2019 14:16:34 +0300 Subject: [PATCH] Docs cosmetics --- docs/advanced.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 9702c2f2a..03d2d0a52 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -3,13 +3,13 @@ Ammo providers Ammo provider is a source of test data: it makes ammo object. -There is a common rule for any (built-in) provider: data supplied by ammo provider is a records that will be pushed via established connection w/ external host (defined in pandora config via `pool.gun.target` option). Thus, you cannot define to which `physical` host machine your ammo will be send using ammofile. +There is a common rule for any (built-in) provider: data supplied by ammo provider are records that will be pushed via established connection to external host (defined in pandora config via `pool.gun.target` option). Thus, you cannot define in the ammofile to which `physical` host your ammo will be sent. http/json --------- -jsonline format, 1 row - 1 ammo. +jsonline format, 1 row — 1 json-encoded ammo. Pay attention to special header `Host` defined ``outside`` of Headers dictionary.