Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit 0e1a5416e1.
PrevUpHomeNext
http::message::target (1 of 2 overloads)

(Inherited from http::header)

Returns the request-target string.

Synopsis
string_view
target() const;
Description

The request target string returned is the same string which was received from the network or stored. In particular, it will contain url-encoded characters and should follow the syntax rules for URIs used with HTTP.

Remarks

This function is only available when isRequest == true.


PrevUpHomeNext