userver: userver/server/handlers/implicit_options.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
implicit_options.hpp File Reference

Detailed Description

A "magical" handler that will respond to OPTIONS HTTP method for any other handler that cannot handle OPTIONS itself.

Definition in file implicit_options.hpp.

Go to the source code of this file.

+ Include dependency graph for implicit_options.hpp:

Classes

class  server::handlers::ImplicitOptions
 A "magical" handler that will respond to OPTIONS HTTP method for any other handler that cannot handle OPTIONS itself. More...
 

Namespaces

namespace  server::http
 Server parts of the HTTP protocol implementation.
 
namespace  server::handlers
 Most common userver HTTP handlers.