-
Notifications
You must be signed in to change notification settings - Fork 259
Unnecessary warning when POST (JSON) body has multiple lines #270
Copy link
Copy link
Closed
Labels
difficulty: noviceAnyone could helpAnyone could helpeffort: low< 1 day of work< 1 day of workhelp wantedSolution is well-specified enough that any community member could fixSolution is well-specified enough that any community member could fixpriority: lowWill be fixed eventuallyWill be fixed eventuallytype: bugMaintainers have validated that it is a real bug in the project codeMaintainers have validated that it is a real bug in the project code
Milestone
Metadata
Metadata
Assignees
Labels
difficulty: noviceAnyone could helpAnyone could helpeffort: low< 1 day of work< 1 day of workhelp wantedSolution is well-specified enough that any community member could fixSolution is well-specified enough that any community member could fixpriority: lowWill be fixed eventuallyWill be fixed eventuallytype: bugMaintainers have validated that it is a real bug in the project codeMaintainers have validated that it is a real bug in the project code
If the POST JSON body has newlines in it, plumber creates a warning during the request:
Here is a toy example that creates the warning with a multi-line JSON body:
functions.R:
run.R
I think this could be fixed by simply changing the
bodyin this line tobody[1]