Things we did:

  • After some final changes, the Append method is finally merged in.
  • We found out that our scholarship applications for attending RustConf were accepted. We’re both really excited to go in September, meet everyone we’ve met through the Servo community, and learn a lot.
  • Continued working on the Request API.
    • Made Body.webidl so that Request can implement Body
    • implemented all readonly attributes, except headers
    • Started working on Constructor
  • The Headers append method is merged, but all the other Headers methods still need to be implemented.
    • Started working on the Headers constructor. Discovered a bug in the generated UnionTypes.rs file, which we will fix.
  • Chatted with our mentor Scott and updated him on our progress, challenges, and goals for the next week.

Things we learned:

TODO:

  • Headers:
    • constructor (fix the UnionTypes bug first)
    • introspective methods, such as get and has
  • Request:
    • continue working on constructor. Figure out what’s going on with it not finding the union type