Table of Contents - strelka-cors-0.0.1 Documentation
Pages
Classes and Modules
- Strelka
- Strelka::App
- Strelka::App::CORS
- Strelka::App::CORS::ClassMethods
- Strelka::CORS
- Strelka::HTTPRequest
- Strelka::HTTPRequest::CORS
- Strelka::HTTPResponse
- Strelka::HTTPResponse::CORS
Methods
- ::extended — Strelka::App::CORS::ClassMethods
- ::included — Strelka::App::CORS
- #access_control — Strelka::App::CORS::ClassMethods
- #access_control_max_age_header — Strelka::HTTPResponse::CORS
- #add_cors_headers — Strelka::HTTPResponse::CORS
- #allow_any_origin — Strelka::HTTPResponse::CORS
- #allow_cookies — Strelka::HTTPResponse::CORS
- #allow_credentials — Strelka::HTTPResponse::CORS
- #allow_header — Strelka::HTTPResponse::CORS
- #allow_headers — Strelka::HTTPResponse::CORS
- #allow_headers_header — Strelka::HTTPResponse::CORS
- #allow_method — Strelka::HTTPResponse::CORS
- #allow_methods — Strelka::HTTPResponse::CORS
- #allow_methods_header — Strelka::HTTPResponse::CORS
- #allow_origin — Strelka::HTTPResponse::CORS
- #cors_access_control — Strelka::App::CORS::ClassMethods
- #credentials_allowed — Strelka::HTTPResponse::CORS
- #cross_origin? — Strelka::HTTPRequest::CORS
- #expose_header — Strelka::HTTPResponse::CORS
- #expose_headers — Strelka::HTTPResponse::CORS
- #expose_headers_header — Strelka::HTTPResponse::CORS
- #handle_preflight_request — Strelka::App::CORS
- #handle_request — Strelka::App::CORS
- #initialize — Strelka::HTTPRequest::CORS
- #initialize — Strelka::HTTPResponse::CORS
- #is_cross_origin? — Strelka::HTTPRequest::CORS
- #is_preflight? — Strelka::HTTPRequest::CORS
- #origin — Strelka::HTTPRequest::CORS
- #preflight? — Strelka::HTTPRequest::CORS
- #set_header_if_present — Strelka::HTTPResponse::CORS