]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix documentation issues reported by Habbie (thanks!)
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 5 Nov 2020 14:29:39 +0000 (15:29 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 5 Nov 2020 14:29:39 +0000 (15:29 +0100)
pdns/dnsdistdist/docs/reference/web.rst

index f4e975f4196000ddf12b03bfbfdf91902f0d69c2..f1cf532b0a9a2eb1a063c1dae931e100c0b0f56d 100644 (file)
@@ -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.