HTTP doc fix.

--HG--
branch : dev
This commit is contained in:
Martín Lucas Golini
2020-01-02 18:17:40 -03:00
parent 22aefd278b
commit 58f1c6cefc

View File

@@ -465,12 +465,12 @@ class EE_API Http : NonCopyable {
* This Content-Type header must be set to the request in order to work correctly.
*
* For example:
* ```
* @code
* Http::Request request;
* Http::MultipartEntitiesBuilder builder;
* ...
* request.setField( "Content-Type", builder.getContentType() );
* ```
* @endcode
*/
std::string getContentType();