UsingWORequests
The UsingWORequests application is a WebObjects application that demonstrates the use of WORequest objects. It's only page is divided into 3 sections:
- A form containing two text fields and a button, provided to demonstrate how form values are represented in a WORequest
- A description of the HTTP request information contained in the WORequest object
- The components of the decomposed URL from which the request was constructed
Notable Request Components
- Main
- Generates the value for a WOString from the WORequest object passed into willPrepareForRequest:inContext: