PlaintextController.lua 65 B

12
  1. ngx.header.content_type = 'text/plain'
  2. ngx.print("Hello, World!")