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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 132
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 75
64 Brocade Virtual ADX OpenScript API Guide
53-1003243-01
Methods
6
Usage
Can be used to retrieve the response code.
Input Parameters
None.
Return Values
The following table contains the return values.
Example
OS_HTTP_RESPONSE::code ($val)
Sets the status code specified by $val.
Context
This function called in http request context will have no effect.
Usage
Can be used to rewrite the code.
Input Parameters
The following table contains the input values.
Return Values
None
TABLE 62 Return Values
Name Type Description
integer The value of response code.
TABLE 63 Input Values
Name Type Description
$val string An string representing the code
value.
use OS_HTTP_RESPONSE;
sub HTTP_RESPONSE{
my $code = OS_HTTP_RESPONSE::code;
}
Vista de pagina 75
1 2 ... 71 72 73 74 75 76 77 78 79 80 81 ... 131 132

Comentarios a estos manuales

Sin comentarios