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