UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
API.hpp
Go to the documentation of this file.
1#ifndef UPnPsdk_API_HPP
2#define UPnPsdk_API_HPP
3// Copyright (C) 2024+ GPL 3 and higher by Ingo Höft, <Ingo@Hoeft-online.de>
4// Redistribution only with this Copyright remark. Last modified: 2024-10-15
10namespace UPnPsdk {
11
22
23} // namespace UPnPsdk
24
25#endif // UPnPsdk_API_HPP
Reengineered Object Oriented UPnP+ program code.
Upnp_HttpMethod
Different HTTP methods.
Definition API.hpp:15
@ UPNP_HTTPMETHOD_PUT
PUT.
Definition API.hpp:16
@ UPNP_HTTPMETHOD_DELETE
DELETE.
Definition API.hpp:17
@ UPNP_HTTPMETHOD_POST
POST.
Definition API.hpp:20
@ UPNP_HTTPMETHOD_GET
GET.
Definition API.hpp:18
@ UPNP_HTTPMETHOD_HEAD
HEAD.
Definition API.hpp:19