Team JaM
Rails Girls Summer of Code 2016
Jeena Lee & Malisa Smith
We hack on Servo!
Home
Things we did:
- Headers (Jeena)
- Improved the pull request from yesterday by using the
mime
crate.
- Response (Malisa)
- Started implementing the rest of the dom::Response functions. Laid out skeleton code and implemented
Error
and Redirect
.
Things we learned:
- More about handling
Result
s
TODO:
- Headers (Jeena)
- refactor Iterable implementation
- Response (Malisa)
- Implement all dom::Response functions
- Read up on the function of the
GlobalRef