|
Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
|
Per-request worker state used while routing either runtime or app traffic. More...
Data Fields | |
| int | is_runtime |
| NativeConnection | connection |
| HttpRequest | request |
| AppRuntime | app |
Per-request worker state used while routing either runtime or app traffic.
Definition at line 123 of file pharos_runtime.c.
| AppRuntime WorkerContext::app |
Definition at line 127 of file pharos_runtime.c.
Referenced by build_worker_context_native(), free_worker_context_native(), and handle_app_or_runtime_request().
| NativeConnection WorkerContext::connection |
Definition at line 125 of file pharos_runtime.c.
Referenced by build_worker_context_native(), free_worker_context_native(), handle_app_or_runtime_request(), serve_runtime_stack_native(), and serve_single_app().
| int WorkerContext::is_runtime |
Definition at line 124 of file pharos_runtime.c.
| HttpRequest WorkerContext::request |
Definition at line 126 of file pharos_runtime.c.
Referenced by build_worker_context_native(), free_worker_context_native(), and handle_app_or_runtime_request().