Brocade Virtual ADX OpenScript API Guide (Supporting ADX v Manual de usuario Pagina 120

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 132
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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";
}
Vista de pagina 119
1 2 ... 115 116 117 118 119 120 121 122 123 124 125 ... 131 132

Comentarios a estos manuales

Sin comentarios