Liam Coleman-Aulenbach
Results
1
issues of
Liam Coleman-Aulenbach
Currently if in the headers the `Accept` header had a value of `text/*, text/html, text/html;level=1, */*`, then `self.request.headers.get_list("Accept")` would return: `["text/*, text/html, text/html;level=1, */*"]` The documentation for get_list says: "Returns...
httpserver