MCPcopy Create free account
hub / github.com/TechifyBots/Rename-Bot / web_server

Function web_server

plugins/web_support.py:79–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 return web.Response(text=html_content, content_type='text/html')
78
79async def web_server():
80 web_app = web.Application(client_max_size=30000000)
81 web_app.add_routes(TechifyBots)
82 return web_app

Callers 1

startMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected