nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
downloader_transport_http.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
16#ifndef __DOWNLOADER_TRANSPORT_HTTP_H
17#define __DOWNLOADER_TRANSPORT_HTTP_H
18
19#include <net/downloader.h>
20
28
39
40#endif /* __DOWNLOADER_TRANSPORT_HTTP_H */
41
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