TDAgentTools / tdagent /constants.py
Josep Pon Farreny
feat: Add RDAP tool
b7c5e0b
raw
history blame
143 Bytes
import enum
class HttpContentType(str, enum.Enum):
"""Http content type values."""
HTML = "text/html"
JSON = "application/json"