ファイル名http.c
ソースファイル情報| 内容 | 行数 | 比率 | 
|---|---|---|
| コメント行数 | 156 | 27% | 
| 空行行数 | 87 | 15% | 
| 実行行数 | 330 | 58% | 
| 合計行数 | 573 | 100% | 
関数定義数| 内容 | 定義数 | 
|---|---|
| 関数数 | 13 | 
定義関数| No. | 型 | 名称 | 属性 | 説明 | 
|---|---|---|---|---|
1  | 
http_free | static void | Free HTTP request | |
2  | 
http_done | static void | Mark HTTP request as complete | |
3  | 
http_response_to_rc | static int | Convert HTTP response code to return status code | |
4  | 
http_rx_response | static int | Handle HTTP response | |
5  | 
http_rx_content_length | static int | Handle HTTP Content-Length header | |
6  | 
http_rx_header | static int | Handle HTTP header | |
7  | 
http_rx_data | static int | Handle new data arriving via HTTP connection in the data phase | |
8  | 
http_socket_deliver_iob | static int | Handle new data arriving via HTTP connection | |
9  | 
http_step | static void | HTTP process | |
10  | 
http_socket_close | static void | HTTP connection closed by network stack | |
11  | 
http_xfer_close | static void | Close HTTP data transfer interface | |
12  | 
http_open_filter | int | Initiate an HTTP connection, with optional filter | |
13  | 
http_open | static int | Initiate an HTTP connection | 
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー