From: Remi Gacogne Date: Thu, 5 Nov 2020 14:29:39 +0000 (+0100) Subject: dnsdist: Fix documentation issues reported by Habbie (thanks!) X-Git-Tag: dnsdist-1.6.0-alpha0~13^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a447535c967f93272b6d54ea74c9e704d9988717;p=thirdparty%2Fpdns.git dnsdist: Fix documentation issues reported by Habbie (thanks!) --- diff --git a/pdns/dnsdistdist/docs/reference/web.rst b/pdns/dnsdistdist/docs/reference/web.rst index f4e975f419..f1cf532b0a 100644 --- a/pdns/dnsdistdist/docs/reference/web.rst +++ b/pdns/dnsdistdist/docs/reference/web.rst @@ -39,14 +39,14 @@ Webserver-related objects Represent a HTTP response. - .. attribute:: WebRequest.body + .. attribute:: WebResponse.body The body of this response, as a string. - .. attribute:: WebRequest.headers + .. attribute:: WebResponse.headers The HTTP headers of this response, as a table whose keys and values are strings. - .. attribute:: WebRequest.status + .. attribute:: WebResponse.status The HTTP status code of this response, as an integer.