UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
soap_common.hpp
Go to the documentation of this file.
1#if defined(COMPA_HAVE_CTRLPT_SOAP) || defined(COMPA_HAVE_DEVICE_SOAP)
2
3#ifndef COMPA_SOAP_COMMON_HPP
4#define COMPA_SOAP_COMMON_HPP
5// Copyright (C) 2022+ GPL 3 and higher by Ingo Höft, <Ingo@Hoeft-online.de>
6// Redistribution only with this Copyright remark. Last modified: 2024-03-03
13
14inline constexpr char ContentTypeHeader[]{
15 "CONTENT-TYPE: text/xml; charset=\"utf-8\"\r\n"};
16
17#endif // COMPA_SOAP_COMMON_HPP
18#endif /* COMPA_HAVE_CTRLPT_SOAP || COMPA_HAVE_DEVICE_SOAP */
constexpr char ContentTypeHeader[]
Common SOAP constant string specifying the content type header.