sourceafPillow::PageEvent.fan


** Place on a page method to mark it as an Event.
facet class PageEvent { 
    
    ** The HTTP method the page event should respond to.
    ** 
    ** Defaults to 'GET'
    const Str httpMethod    := "GET"

}