Top Level Namespace
Defined in:
Method Summary
-
basic_auth(username : String, password : String)
Helper to easily add HTTP Basic Auth support.
- basic_auth(crendentials : Hash(String, String))
Method Detail
def basic_auth(username : String, password : String)
#
Helper to easily add HTTP Basic Auth support.