From 3aca9023cc289c7faa3152f7150b769d6df6e9b1 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Tue, 12 Jan 2016 13:59:08 -0500 Subject: [PATCH] Add intro to HTTP book --- free-programming-books.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 03cff43e..7d8b9cad 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -62,6 +62,7 @@ Original Source: [List of freely available programming books](http://web.archive * [Haxe](#haxe) * [HTML / CSS](#html--css) * [Bootstrap](#bootstrap) +* [HTTP](#http) * [Icon](#icon) * [iOS](#ios) * [Isabelle/HOL](#isabellehol) @@ -1176,6 +1177,9 @@ Original Source: [List of freely available programming books](http://web.archive * [Scalable and Modular Architecture for CSS](https://smacss.com) - Jonathan Snook * [Web Audio API](http://chimera.labs.oreilly.com/books/1234000001552) - Boris Smus +#### HTTP + +* [Introduction to HTTP](https://launchschool.com/books/http) - Launch School #### Bootstrap -- GitLab