facet classafPillow::PageEvent

sys::Obj
  afPillow::PageEvent : sys::Facet

@Serializable

Place on a page method to mark it as an Event.

httpMethod

Source

const Str httpMethod := "GET"

The HTTP method the page event should respond to.

Defaults to GET

name

Source

const Str? name

The name of the event. This appears in client URLs.

Defaults to the event method name.