|
GET / _plaintext = [] () { return response(_content_type = string_ref("text/plain"),
|
|
GET / _plaintext = [] () { return response(_content_type = string_ref("text/plain"),
|
|
_body = string_ref("Hello, World!")); },
|
|
_body = string_ref("Hello, World!")); },
|