Things we did:
- Headers API
- Submitted PR#3 for review.
- Addressed some of the feedback.
- Studied some basic Rust concepts which have been tripping us up
- Jeena:
- Attended Edward Tufte’s course on presenting data and information
- Will be making up the hours this weekend
Things we learned:
- Use Servo’s convenient
dom::bindings::error::{Error, ErrorResult, Fallible}
when needed - More about Strings and references
- The following does the same thing, but the second one is shorter:
The following code takes advantage of map
for Option
types.
TODO:
- Headers:
- File an issue against Fetch specification for special case where
set-cookie
is the header name.
- File an issue against Fetch specification for special case where
- Response:
- If Headers is accepted, start working on Response.
- Request:
- Continue with constructor!