CARVIEW |
Select Language
HTTP/2 200
date: Mon, 13 Oct 2025 19:26:40 GMT
content-type: text/html; charset=utf-8
cache-control: public, max-age=86400
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=15A6nOZ69YC1Nb3ko1gqjW%2BGlyn1XAzbwC1QBc9VbHh9vQx2tWA1pdpwpIIZ5C03FFo%2BUhLujXMizhCOlLeoHbJNkbw16w0o0XOVTwDj4uU%3D"}]}
speculation-rules: "/cdn-cgi/speculation"
referrer-policy: strict-origin-when-cross-origin
strict-transport-security: max-age=63072000; includeSubDomains
vary: Accept, accept-encoding
x-cache: miss
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-permitted-cross-domain-policies: none
x-request-id: 8b7654ff-c7a4-46b1-8e9b-fa82cf3ce90a
x-runtime: 0.700963
x-xss-protection: 0
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: HIT
content-encoding: gzip
server: cloudflare
cf-ray: 98e13adfeeee46ad-BOM
alt-svc: h3=":443"; ma=86400
RubyDoc.info:
Method: Rack::Utils#secure_compare
– Documentation for rack (3.2.3)
– RubyDoc.info
Method: Rack::Utils#secure_compare
- Defined in:
-
lib/rack/utils.rb,
lib/rack/utils.rb
#secure_compare(a, b) ⇒ Object
:nocov:
448 449 450 451 452 |
# File 'lib/rack/utils.rb', line 448 def secure_compare(a, b) return false unless a.bytesize == b.bytesize OpenSSL.fixed_length_secure_compare(a, b) end |
Generated on Sun Oct 12 19:46:38 2025 by
yard
0.9.37 (ruby-3.4.3).