Faasm
stable
Topics
HTTP API
C++ support
Writing functions
Debugging
Faasm Development
Getting started
Host interface
Kubernetes integration
Troubleshooting
K8s Cluster set-up
LLVM use in Faasm
MPI support
Network isolation
Profiling
Proto-faaslets
Python
Releases
Building containers locally
Github config
SGX support
Shared files
State
Threading
Code
Namespace list
Class list
Faasm
»
File UploadServer.cpp
Edit on GitHub
File UploadServer.cpp
Defines
PATH_PART
(
varName
,
pathParts
,
idx
)
PATH_HEADER
(
varName
,
request
)
namespace
edge
Functions
void
setPermissiveHeaders
(
http_response
&
response
)
class
PathParts
Public Functions
inline
PathParts
(
http_request
requestIn
)
inline
std
::
string
getPart
(
int
idx
)
Public Members
std
::
string
relativeUri
Private Members
http_request
request
std
::
vector
<
std
::
string
>
pathParts