Commit c8894ea5 authored by Brian Lloyd's avatar Brian Lloyd

Fixed documentation bug for appendHeader.

parent ae5a9173
...@@ -127,7 +127,7 @@ class Response: ...@@ -127,7 +127,7 @@ class Response:
def appendHeader(name, value, delimiter=","): def appendHeader(name, value, delimiter=","):
''' '''
Append a value to a cookie Append a value to a header.
Sets an HTTP return header "name" with value "value", Sets an HTTP return header "name" with value "value",
appending it following a comma if there was a previous value appending it following a comma if there was a previous value
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment