You are here

Functions in HTTP Response Headers 7

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_http_response_headers_http_header_add ./http_response_headers.drush.inc Sets header rule.
drush_http_response_headers_http_header_add_validate ./http_response_headers.drush.inc Validation callback for drush_http_response_headers_http_header_set().
drush_http_response_headers_http_header_del ./http_response_headers.drush.inc Deletes a header rule.
drush_http_response_headers_http_header_get ./http_response_headers.drush.inc Gets a header rule by rule ID.
drush_http_response_headers_http_header_get_validate ./http_response_headers.drush.inc Validates the given rule ID is valid.
drush_http_response_headers_http_header_list ./http_response_headers.drush.inc Lists all header rules available.
drush_http_response_headers_http_header_set ./http_response_headers.drush.inc Sets header rule.
drush_http_response_headers_http_header_set_validate ./http_response_headers.drush.inc Validation callback for drush_http_response_headers_http_header_set().
drush_http_response_headers_like ./http_response_headers.drush.inc Query for similar rule names. 1
http_response_headers_additional_headers_submit ./http_response_headers.admin.inc Submit handler for http_response_headers_additional_headers. 1
http_response_headers_cache_reset ./http_response_headers.module Clears the header rule per page cache. 2
http_response_headers_drush_command ./http_response_headers.drush.inc Implements hook_drush_command().
http_response_headers_exclude_path ./http_response_headers.module Helper to verify given path in exclude list. 1
http_response_headers_expires_callback ./http_response_headers.module Process callback for expires header. 3
http_response_headers_flush_caches ./http_response_headers.module Implements hook_flush_cache().
http_response_headers_get_additional_headers ./http_response_headers.admin.inc Provides any additional headers. 1
http_response_headers_get_all_headers ./http_response_headers.admin.inc Provides response headers. 1
http_response_headers_get_rules ./http_response_headers.module Provides applicable rules for current page. 1
http_response_headers_help ./http_response_headers.module Implements hook_help().
http_response_headers_init ./http_response_headers.module Implements hook_init().
http_response_headers_last_modified_callback ./http_response_headers.module Process callback for last modified header. 1
http_response_headers_menu ./http_response_headers.module Implements hook_menu().
http_response_headers_permission ./http_response_headers.module Implements hook_permission().
http_response_headers_rule_create ./http_response_headers.module Creates new object. 1
http_response_headers_rule_delete ./http_response_headers.module Callback to delete a header rule. 1 1
http_response_headers_rule_export ./http_response_headers.module Export a single message queue pool from the DB. 1
http_response_headers_rule_factory ./http_response_headers.module Factory for rule objects. 1
http_response_headers_rule_load ./http_response_headers.module Loads a HTTP header rule object from the database. 6 1
http_response_headers_rule_load_all ./http_response_headers.module Load all header rules. 2
http_response_headers_rule_save ./http_response_headers.module Save a single header rule to the database. 3 1
http_response_headers_schema ./http_response_headers.install Implements hook_schema().
http_response_headers_settings_form ./http_response_headers.admin.inc Callback for configuration form. 1
http_response_headers_ui_ctools_plugin_directory modules/http_response_headers_ui/http_response_headers_ui.module Implements hook_ctools_plugin_directory().
http_response_headers_ui_form modules/http_response_headers_ui/http_response_headers_ui.module Menu callback for header rule configuration. 1
http_response_headers_ui_form_submit modules/http_response_headers_ui/http_response_headers_ui.module Form submission handler for http_response_headers_ui_rule_form(). 1
http_response_headers_ui_rule_exists modules/http_response_headers_ui/http_response_headers_ui.module Returns whether a rule with given machine name exists. 1
http_response_headers_update_7001 ./http_response_headers.install Convert "types" and "roles" db columns from varchar to text.
http_response_headers_uuninstall ./http_response_headers.install Implements hook_uninstall().
_drush_http_response_headers_basic_validation ./http_response_headers.drush.inc Validates options has valid data. 2
_http_response_headers_get_page_cache_id ./http_response_headers.module Helper to format cache key. 1

Other projects