Replies: 2 comments 2 replies
-
|
Anexe um exemplo por favor, gerando o erro... aparentemente olhando assim não era para dar problema. Quais as versões você está usando? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
"github.com/hashload/horse-octet-stream": "^1.9.11", |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Quando eu uso THorse.Use(OctetStream) e crio uma rota Post da erro interno no servidor
THorse.Use(OctetStream);
THorse.Post('/teste',
procedure(Req: THorseRequest; Res: THorseResponse)
begin
Res.Send('teste');
end);
Retorno
<title>Error 500: Internal Server Error</title>o que estou fazendo de errado?
Beta Was this translation helpful? Give feedback.
All reactions