| Server IP : 109.234.162.214 / Your IP : 216.73.216.112 Web Server : Apache System : Linux servd162214.srv.odns.fr 4.18.0-372.26.1.lve.1.el8.x86_64 #1 SMP Fri Sep 16 14:08:19 EDT 2022 x86_64 User : carpe ( 1178) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/ruby18/lib64/ruby/gems/1.8/doc/rack-1.6.1/ri/Rack/Auth/Digest/MD5/ |
Upload File : |
--- !ruby/object:RI::ClassDescription attributes: - !ruby/object:RI::Attribute comment: name: opaque rw: RW - !ruby/object:RI::Attribute comment: name: passwords_hashed rw: W class_methods: - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::Flow::P body: Rack::Auth::Digest::MD5 implements the MD5 algorithm version of HTTP Digest Authentication, as per RFC 2617. - !ruby/struct:SM::Flow::P body: Initialize with the [Rack] application that you want protecting, and a block that looks up a plaintext password for a given username. - !ruby/struct:SM::Flow::P body: <tt>opaque</tt> needs to be set to a constant base64/hexadecimal string. constants: - !ruby/object:RI::Constant comment: name: QOP value: "'auth'.freeze" full_name: Rack::Auth::Digest::MD5 includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: call - !ruby/object:RI::MethodSummary name: passwords_hashed? name: MD5 superclass: AbstractHandler