1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-03 06:50:47 +00:00

Add intro to HTTP book

This commit is contained in:
Kevin Wang 2016-01-12 13:59:08 -05:00
parent 356fb99c12
commit 3aca9023cc

View File

@ -62,6 +62,7 @@ Original Source: [List of freely available programming books](http://web.archive
* [Haxe](#haxe) * [Haxe](#haxe)
* [HTML / CSS](#html--css) * [HTML / CSS](#html--css)
* [Bootstrap](#bootstrap) * [Bootstrap](#bootstrap)
* [HTTP](#http)
* [Icon](#icon) * [Icon](#icon)
* [iOS](#ios) * [iOS](#ios)
* [Isabelle/HOL](#isabellehol) * [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 * [Scalable and Modular Architecture for CSS](https://smacss.com) - Jonathan Snook
* [Web Audio API](http://chimera.labs.oreilly.com/books/1234000001552) - Boris Smus * [Web Audio API](http://chimera.labs.oreilly.com/books/1234000001552) - Boris Smus
#### HTTP
* [Introduction to HTTP](https://launchschool.com/books/http) - Launch School
#### Bootstrap #### Bootstrap