index
:
TaSTT.git
master
Free self-hosted STT for VRChat.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
BrowserSource
/
Proxy
/
WebCommon.h
blob: 506d13ca293bb8b1bf72cfebd75cf1d6d32dc37c (
plain
)
1
2
3
4
5
6
7
8
#pragma once
namespace
WebServer
{
enum
ContentType
{
HTML
,
JSON
,
};
};