rails/actionpack/lib/action_dispatch/http
Hartley McGuire eb60e20193
Add documentation for delegated methods on Metal
Some of these were specifically mentioned earlier in the Metal docs
(response_body=, content_type=, status=) but were not linked because the
methods were not documented (due to being part of a delegation).

This commit separates all of the delegated methods so that they can be
documented, adds links for the mentioned methods, and additionally
documents two methods on Response that are mentioned in the new Metal
documentation, but were not previously documented.
2024-07-10 21:41:34 -04:00
..
cache.rb Check If-None-Match before If-Modified-Since with strict freshness 2024-07-08 11:23:00 -04:00
content_disposition.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
content_security_policy.rb Add CSP mapping for 'wasm-unsafe-eval' 2024-05-28 18:39:48 +00:00
filter_parameters.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
filter_redirect.rb Handle bad URIs when filtering redirects 2024-02-23 00:11:24 -06:00
headers.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
mime_negotiation.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
mime_type.rb Fix Mime::Type.parse for HTTP Accept with parameters 2024-04-22 07:09:28 -07:00
mime_types.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
parameters.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
permissions_policy.rb include the HTTP Permissions-Policy on non-HTML Content-Types 2024-06-04 10:07:37 -07:00
rack_cache.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
request.rb Move the rewind code closer to the reason why we need to rewind 2024-06-14 18:56:36 +00:00
response.rb Add documentation for delegated methods on Metal 2024-07-10 21:41:34 -04:00
upload.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
url.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00