Audacity 3.2.0
Classes | Namespaces | Enumerations
IResponseFactory.h File Reference
#include <memory>
#include <string>
Include dependency graph for IResponseFactory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  audacity::network_manager::IResponseFactory
 

Namespaces

namespace  audacity
 
namespace  audacity::network_manager
 

Enumerations

enum class  audacity::network_manager::RequestVerb {
  audacity::network_manager::Head , audacity::network_manager::Get , audacity::network_manager::Post , audacity::network_manager::Put ,
  audacity::network_manager::Delete , audacity::network_manager::Patch
}