mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
HTTP doc fix.
--HG-- branch : dev
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user