16#ifndef __DOWNLOADER_TRANSPORT_HTTP_H
17#define __DOWNLOADER_TRANSPORT_HTTP_H
int downloader_transport_http_set_config(struct downloader *dl, struct downloader_transport_http_cfg *cfg)
Set Downloader HTTP transport settings.
uint32_t sock_recv_timeo_ms
Definition downloader_transport_http.h:26
HTTP transport configuration params.
Definition downloader_transport_http.h:24
Downloader instance.
Definition downloader.h:229