|
|
KayakService class
If an invoked method's declaring type extends KayakService, the method has access to the current KayakContext via inherited properties, allowing the method to “speak” HTTP—get or set HTTP statuses, headers, &c.
Properties
Context — the KayakContext of the current HTTP transaction.
Request — a shortcut to Context.Request.
Response — a shortcut to Context.Response.
|