Things we did:
- Response
    
- Fixed minor error: Status method should return net_traits::Response’s raw_status’s status, not net_traits::Response’s status.
 - Learned that it might be a good idea to refactor the code and remove the use of net_traits::Response altogether from dom::Response. There are pros and cons to this.
 
 - Test Curation
    
- Opened an issue about OpenEndedDictionary support
 - Spent most of the day learning about http.
 
 
Things we learned:
- How to think about sockets: HTTP request/response are sent via TCP. TCP connections use sockets.
 
TODO:
- Body
    
- Start implementing body for Response and Request
 
 - Promise in Fetch
    
- After few trial and error, as long as 
Fetch.webidlstates that it returns avoid(notPromise), the code compiles! I’ll keep building on top of it… 
 - After few trial and error, as long as 
 
1 absolutely not work-related