restful_server sample
rest_server_context::base_path
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
restful_server sample
rest_server_context::base_path
rest_server_context::base_path field
Syntax
Show:
Summary
Declaration
from
rest_server.c:33
char
base_path
[
ESP_VFS_PATH_MAX
+
1
]
;
Examples
References
from
examples
Code
Location
Referrer
char
base_path
[
ESP_VFS_PATH_MAX
+
1
]
;
rest_server.c:33
strlcpy
(
filepath
,
rest_context
->
base_path
,
sizeof
(
filepath
)
)
;
rest_server.c:65
rest_common_get_handler()
strlcpy
(
rest_context
->
base_path
,
base_path
,
sizeof
(
rest_context
->
base_path
)
)
;
rest_server.c:176
start_rest_server()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rest_server_context::base_path
is read by 2 functions:
All items filtered out
rest_server_context::base_path
rest_common_get_handler()
start_rest_server()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out