HttpWebApps Directory Reference
Directory dependency graph for HttpWebApps:

Files

file  CannedHttpWebApp.hpp [code]
 An HTTP web application handler that serves a fixed response for each request method.
 
file  EmailSendingHttpWebApp.hpp [code]
 An HTTP web application handler that sends an email when a post request is made.
 
file  FailingHttpWebApp.hpp [code]
 An HTTP web application handler that returns 404 for post, get, and head requests.
 
file  RedirectingHttpWebApp.hpp [code]
 An HTTP web application handler that performs 301 or 302 redirection for a range of HTTP paths.
 
file  RoutingHttpWebApp.hpp [code]
 An HTTP web application handler that routes to other handlers.