Share via


http_headers::end Method

Returns an iterator referring to the past-the-end header field.

iterator end();

const_iterator end() const;

Return Value

An iterator to the element past the end of the HTTP headers

Requirements

Header: http_msg.h

Namespace: web::http

See Also

Reference

http_headers Class