# HG changeset patch # User Yaroslav Zhuravlev # Date 1666351228 -3600 # Node ID 843bf979dcaabc2955ab31a838b8f6fdd5a489fd # Parent 9719a0184a670bfcaf88e44d20b05e9f4250b2cf Added s.sendDownstream and s.sendUpstream to njs reference. diff --git a/xml/en/docs/njs/reference.xml b/xml/en/docs/njs/reference.xml --- a/xml/en/docs/njs/reference.xml +++ b/xml/en/docs/njs/reference.xml @@ -9,7 +9,7 @@
+ rev="91">
@@ -819,6 +819,20 @@ true if the buffer should have the +s.sendDownstream() + +is identical to s.send(), +except for it always sends data to a client +(since 0.7.8). + + +s.sendUpstream() + +is identical to s.send(), +except for it always sends data from a client +(since 0.7.8). + + s.status session status code, an alias to the