From de4fd7cd35ff1201a3f32c21ecbf73b9ad5a2bde Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 23 Aug 2018 11:01:12 +0900 Subject: [PATCH] doc: Update doc --- doc/nghttpx.h2r | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/nghttpx.h2r b/doc/nghttpx.h2r index cad39b16..cf173837 100644 --- a/doc/nghttpx.h2r +++ b/doc/nghttpx.h2r @@ -548,10 +548,10 @@ respectively. not be invoked. When this method is called in response phase hook, response from backend server is canceled and discarded. The status code and response header fields should be set - before using this method. To set status code, use :rb:meth To - set response header fields, use + before using this method. To set status code, use :rb:attr:`Nghttpx::Response#status`. If status code is not - set, 200 is used. :rb:meth:`Nghttpx::Response#add_header` and + set, 200 is used. To set response header fields, + :rb:meth:`Nghttpx::Response#add_header` and :rb:meth:`Nghttpx::Response#set_header`. When this method is invoked in response phase hook, the response headers are filled with the ones received from backend server. To send