Changes between Version 19 and Version 20 of DeveloperGuidelines/Tutorial/RESTCustomisation
- Timestamp:
- 03/03/14 20:51:26 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tutorial/RESTCustomisation
v19 v20 92 92 93 93 def apply_method(self, r, **attr): 94 95 # Use r.http to find the HTTP method of the request: 94 96 95 97 if r.http == "GET":