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