Skip to content

Instantly share code, notes, and snippets.

@emkidwell
emkidwell / gist:b498bdd9e1655e0c6be5
Created April 6, 2015 02:37
Data Structures and Algorithms

HTTP

From the guide:

Week 1 focuses on HTTP, web security, APIs and testing. In week 1 you will:

  • Build your own HTTP server to understand the fundamentals of the HTTP protocol
  • Defend your HTTP server against attack to understand classic web security vulnerabilities
  • Support API access to your server to understand HTTP from a non-browser perspective
  • Build a Github client that encapsulates API requests in objects to prep you for work in a service-oriented architecture