libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
RouterEvent
libwasm
router
Undocumented in source.
@
safe
nothrow
struct
RouterEvent {
HashMap
!(
string
,
string
)
parameters
;
string
prevURL
;
string
newURL
;
}
Members
Variables
newURL
string
newURL
;
Undocumented in source.
parameters
HashMap
!(
string
,
string
)
parameters
;
Undocumented in source.
prevURL
string
prevURL
;
Undocumented in source.
Meta
Source
See Implementation
libwasm
router
classes
URLRouter
enums
Direction
functions
registerRoutes
router
setupRouter
structs
RouterEvent