Request objects contain request, this information is provided by adapters in the way that pyws could handle it.
tail is everything left from URL to which pyws server is attached. text is request text, GET, POST and COOKIES are dicts of the form {'param1': ['value1', 'value2'], ...}. SOAP protocol requires only the first two.
Response objects are created by protocols and contain response information, adapters have to transform it into the form suitable for the application which pyws is integrated with.
Error response status
Success response status
Response content type
Response status
Response text