Todo

Todo

Return a 501 exception when any Content-* headers have been set in the request. (See RFC 2616, section 9.6)

(The original entry is located in docstring of wsgiservice.resource.Resource.assert_conditions, line 12.)

Todo

Allow validation by type (e.g. header, post, query, etc.)

(The original entry is located in docstring of wsgiservice.resource.Resource.validate_param, line 6.)

Todo

Allow documentation of output.

(The original entry is located in docstring of wsgiservice.resource.Help, line 3.)

Todo

Use first sentence of docstring for summary, add bigger version at the bottom.

(The original entry is located in docstring of wsgiservice.resource.Help, line 4.)

Todo

Treat paragraphs and/or newlines better in output.

(The original entry is located in docstring of wsgiservice.resource.Help.to_text_html, line 8.)

Todo

Easy deployment using good configuration file handling

(The original entry is located in docstring of wsgiservice.application.Application, line 7.)