anlutro / php-curl

Simple PHP curl wrapper class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shortcut to set HTTP basic user/pass

anlutro opened this issue · comments

Request::auth($user, $pass) as a shorthand for setUser + setPass.