This repository was archived by the owner on Jan 4, 2025. It is now read-only.

Description
How do you want to access the response?
First of all good news the code gets a lot easier. You could see a lot of places where it wasn't understood correctly.
For example the parsed method is doing nothing for reports, it's just passing on a string, or bytes. From now on only a better encoded string.
A. For the request.response object resolve duplicates choose one of:
- self.original
- self.response
B. Default:
- use self.parsed no matter what, aka """Recieve a nice formatted response, this can be your default."""
- dependent on text and xml. Since text we dont parse we just access it with request.original.text
C. For XML Data we provide more options:
- a python dictionary, we can name it pydict , should it also get a parsed method?
additional:
headers object