Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
Loading...
Searching...
No Matches
NativeDynamicRouteMatch Struct Reference

Describes one matched route from the route fixture. More...

#include <native_dynamic_dispatch.h>

Data Fields

char * route_id
char * path
char * kind
char * page_id
char * action_id
char * layout_id
char * auth_gate
char * policy_gate

Detailed Description

Describes one matched route from the route fixture.

Definition at line 27 of file native_dynamic_dispatch.h.

Field Documentation

◆ action_id

char* NativeDynamicRouteMatch::action_id

Action identifier (for action routes), or NULL.

Definition at line 32 of file native_dynamic_dispatch.h.

Referenced by handle_action_route(), native_dynamic_dispatch_free_match(), and native_dynamic_dispatch_match().

◆ auth_gate

char* NativeDynamicRouteMatch::auth_gate

Auth gate constraint, or NULL.

Definition at line 34 of file native_dynamic_dispatch.h.

Referenced by handle_page_route(), native_dynamic_dispatch_free_match(), and native_dynamic_dispatch_match().

◆ kind

char* NativeDynamicRouteMatch::kind

◆ layout_id

char* NativeDynamicRouteMatch::layout_id

Layout identifier, or NULL.

Definition at line 33 of file native_dynamic_dispatch.h.

Referenced by native_dynamic_dispatch_free_match(), and native_dynamic_dispatch_match().

◆ page_id

char* NativeDynamicRouteMatch::page_id

◆ path

◆ policy_gate

char* NativeDynamicRouteMatch::policy_gate

Policy gate constraint, or NULL.

Definition at line 35 of file native_dynamic_dispatch.h.

Referenced by native_dynamic_dispatch_free_match(), and native_dynamic_dispatch_match().

◆ route_id

char* NativeDynamicRouteMatch::route_id

The documentation for this struct was generated from the following file: