get_header_value: Finds and returns the value(s) of the given case-insensitive...

View source: R/http_utils.R

get_header_valueR Documentation

Finds and returns the value(s) of the given case-insensitive header name for the given named-list of HTTP headers.

Description

Finds and returns the value(s) of the given case-insensitive header name for the given named-list of HTTP headers.

Usage

get_header_value(headers, name)

Arguments

headers

A named-list of header name/value tuples.

name

Header name.

Value

A vector of values.


telostat/rdecaf documentation built on June 22, 2022, 8:35 p.m.