|
Safeheron-SGX-Native-Development-Framework v1.2.0
|
This module is the untrusted part of http. Its purpose is to initialize the http_t module. It needs to be called after creating the enclave and before calling the http_t function. More...
Classes | |
| class | HttpCallbackManager |
| Http module callback function registration and management. More... | |
Typedefs | |
| using | HttpOnMessageCallback |
| Typedef for HTTP message callback. | |
| using | RegisterEidCallback = sgx_status_t (*)(sgx_enclave_id_t eid, sgx_enclave_id_t enclave_eid) |
| Typedef for Enclave ID registration callback. | |
This module is the untrusted part of http. Its purpose is to initialize the http_t module. It needs to be called after creating the enclave and before calling the http_t function.
Typedef for HTTP message callback.
| using ssgx::http_u::RegisterEidCallback = sgx_status_t (*)(sgx_enclave_id_t eid, sgx_enclave_id_t enclave_eid) |
Typedef for Enclave ID registration callback.