Funkcje | |
| struct gg_http * | gg_http_connect (const char *hostname, int port, int async, const char *method, const char *path, const char *header) |
| Rozpoczyna połączenie HTTP. | |
| int | gg_http_watch_fd (struct gg_http *h) |
| Funkcja wywoływana po zaobserwowaniu zmian na deskryptorze połączenia. | |
| void | gg_http_stop (struct gg_http *h) |
| Kończy asynchroniczne połączenie HTTP. | |
| void | gg_http_free_fields (struct gg_http *h) |
| void | gg_http_free (struct gg_http *h) |
| Zwalnia zasoby po połączeniu HTTP. | |
| void gg_http_free_fields | ( | struct gg_http * | h | ) |
Tylko do użytku wewnętrznego.
Zwalnia pola struktury gg_http.
Funkcja zwalnia same pola, nie zwalnia struktury.
| h | Struktura połączenia |
1.5.6