Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
ec01e0f8763d9ed7949e029e2fefb97f90a42739
/
.
/
include
/
net
/
http.h
blob: eb4daa1a8a1d137ff5cb1b0795db888b6cffefb9 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2017 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef
__HTTP_H__
#define
__HTTP_H__
#if defined(CONFIG_HTTP_APP)
#include
<net/http_app.h>
#else
#include
<net/http_legacy.h>
#endif
#endif
/* __HTTP_H__ */