ipc - cccbook/sp GitHub Wiki
行程通訊 (Inter Process Communciation)
單機內通訊
Pipe, Shared Memory, Signal
- https://github.com/cccbook/sp/tree/master/code/c/07-linux/03-ipc
- https://github.com/cccbook/sp/tree/master/code/c/07-linux/04-signal
網路 Socket
-
程式範例 -- https://github.com/cccbook/sp/tree/master/code/c/07-linux/19-socket
-
NotFalse 技術客: HTTP 教學系列 -- 鄭中勝 (讚!)
- 全部原始碼 -- https://github.com/JS-Zheng/blog
- 以 C Socket 實作 HTTP Client (讚!)
- 原始碼 -- https://github.com/JS-Zheng/blog/blob/master/47.%20C%20Socket%20HTTP%20Client/main.c
- HTTP/1.1 — 超文本傳輸協定 (Hypertext Transfer Protocol)
- HTTP GET vs POST (讚!)
- HTTP 酬載 — Content-Length, Transfer-Encoding, Content-Range, Trailer
- HTTP 請求方法 (Request Method)
- HTTP 請求方法 — HEAD、PUT、DELETE
- HTTP 快取 (Cache)