This commit is contained in:
Xavier Guimard 2018-01-23 23:08:12 +01:00
parent e8a7ac2392
commit 3451612b50

View File

@ -179,7 +179,7 @@ be pushed in response (see L<Lemonldap::NG::Common::PSGI>).
Be careful, it contains an array reference, not a hash one because headers
can be multi-valued.
Exemple:
Example:
# Set headers
$req->respHeaders( "Location" => "http://x.y.z/", Etag => "XYZ", );