Things we did:
- Request API
- Implemented most of the readonly attributes.
- Currently working on
Clone().
- Headers API
- Implemented
hasmethod. - Currently working on
getmethod.
- Implemented
TODO:
- Headers:
- Refine
has - Refine
get - Work on
delete,set, anditerable - introspective methods, such as
getandhas
- Refine
- Request:
- Finish writing
Clonemethod - Figure out what I can use instead of
clone() - Constructor
- Finish writing