Brocade Virtual ADX OpenScript API Guide (Supporting ADX v Manuel d'utilisateur Page 120

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 132
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 119
108 Brocade Virtual ADX OpenScript API Guide
53-1003243-01
Methods
8
Return Values
The following table contains the return values.
Example
TABLE 129 Return Values
Name Type Description
integer The index of the client
connection in the current flow.
use OS_HTTP_REQUEST;
use OS_HTTP_REQUEST;
use OS_CONN;
my $connection_hash;
sub HTTP_REQUEST{
my $index = OS_CONN::client_connection;
$connection_hash{$index} = OS_HTTP_REQUEST::method;
}
sub HTTP_RESPONSE{
my $index = OS_CONN::client_connection;
print "The request method is $connection_hash{$index}\n";
}
Vue de la page 119
1 2 ... 115 116 117 118 119 120 121 122 123 124 125 ... 131 132

Commentaires sur ces manuels

Pas de commentaire