Skip to content

Get-PodeHeader

SYNOPSIS

Retrieves the value of a header from the Request.

SYNTAX

Get-PodeHeader [-Name] <String> [[-Secret] <String>] [<CommonParameters>]

DESCRIPTION

Retrieves the value of a header from the Request.

EXAMPLES

EXAMPLE 1

Get-PodeHeader -Name 'X-AuthToken'

PARAMETERS

-Name

The name of the header to retrieve.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Secret

The secret used to unsign the header's value.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.String

NOTES