You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
paths:
/report:
get:
summary: Returns the report in the PDF formatresponses:
'200':
description: A PDF filecontent:
application/pdf:
schema:
type: stringformat: binary
Julia server generate doc is:
@doc raw"""
Encapsulates generated server code for DownloadServer
The following server methods must be implemented:
- **report_get**
- *invocation:* GET /report
- *signature:* report_get(req::HTTP.Request;) -> String
"""
report_get(req::HTTP.Request;) -> String, is this the expected result?