| Class | Description |
|---|---|
| AddHeader |
AddHeader is the ballerina native function to add a header to a Push Promise. |
| GetHeader |
GetHeader is the ballerina native function to get header value of a Push Promise. |
| GetHeaderNames |
GetHeaderNames is the ballerina native function to get all transport header names in a Push Promise. |
| GetHeaders |
GetHeaders is the ballerina native function to get all header values for a particular header
name in a Push Promise. |
| HasHeader |
HasHeader is the ballerina native function to check whether the requested header exists in a Push Promise. |
| RemoveAllHeaders |
RemoveAllHeaders is the ballerina native function to remove all headers of a Push Promise. |
| RemoveHeader |
RemoveHeader is the ballerina native function to remove a header of a Push Promise. |
| SetHeader |
SetHeader is the ballerina native function to set a header of a Push Promise. |
Copyright © 2018 WSO2. All rights reserved.