Squeak
  QotD    "To be or not to be" – Shakespeare
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
WARoute
Last updated at 2:08 am UTC on 15 September 2017
part of Seaside, Seaside-REST-Core-Route

I am a message that can be sent if I match a request. Message arguments can be taken from the request.

Instance Variables:
method
selector
produces
consumes

method
- The HTTP method on which to follow this route, eg. 'GET'

selector
- The selector to perform, eg. #index

produces
- The MIME type this route produces (Content-Type HTTP header)

consumes
- The MIME type this route accepts (Accept HTTP header)