Team JaM
  Rails Girls Summer of Code 2016
  Jeena Lee & Malisa Smith
We hack on Servo!
  
  
 
       
     
    
      
        
  Home
  
  
    Things we did:
  - The Headers API was merged over the weekend. :)
 
  - Response API
    
      - Spent a lot of the day just get familiar with the webidl and how it should be used. Was mildly successful.
 
      - Started working on the Response constructor.
 
    
   
  - Request API
    
      - Worked over the weekend to catch up on the hours I missed on Thursday.
 
      - Wrote constructor up to Step 32 that compiles!
 
    
   
Things we learned:
TODO:
  - Try to understand how the networking for the Fetch API works in methods.rs.
 
  - Response:
    
      - Continue working on constructor.
 
    
   
  - Request:
    
      - Continue with constructor! The end is near!!