TDAgentTools / tdagent /constants.py
pedrobento988's picture
Add RDAP tool (#6)
f1d068a verified
raw
history blame contribute delete
143 Bytes
import enum
class HttpContentType(str, enum.Enum):
"""Http content type values."""
HTML = "text/html"
JSON = "application/json"