horse
horse copied to clipboard
Fast, opinionated, minimalist web framework for Delphi
Hi Vinicius, I have made some changes to unit Horse.BasicAuthentication.pas . This change is necessary because if you deploy an apache module the "Req.Heades[Config.Header]" does not read any value. Another...
$ wrk -t20 -c400 -d30s http://localhost:9000 Running 30s test @ http://localhost:9000 20 threads and 400 connections Thread Stats Avg Stdev Max +/- Stdev Latency 14.38ms 86.98ms 1.75s 96.91% Req/Sec 413.86...
Pessoal boa tarde, estou usando delphi seattle, e encontrei um problema para recuperar os forms-params do formulários, simplesmente os req.contentfields.field('edtlogin').asstring retornam em branco, debugando percebi que o horse esta tratando...
Criado a unit **Horse.Mime** que implementa a classe **THorseMimeTypes** que retorna o tipo MIME associado à extensão de um arquivo. Métodos * **GetFileType:** Retorna o tipo MIME de um arquivo...
Hi, there are some example to explain how use certificate https in THorse daemon project ? In alternative, there are some example to explain how create an Apache Module and...
f:\Delphi 11\boss-windows-amd64\windows-amd64>boss install horse [ERROR] boss.json not exists in f:\Delphi 11\boss-windows-amd64\windows-amd64
Creating an API without enabling HTTPS, after calling THorse.Listen, my system always bind the port and show it is listening (using netstat). However, in some cases, HTTPS fails to bind...
Bom dia! Estou testando o middleware handle-exception no horse. Criei um middleware para uma funcionalidade específica. Quando gero uma EHorseException no mesmo, a execução do código não é interrompida, chegando...
Boa tarde; Estou realizando alguns testes com Horse, rodando em Linux. No meu caso estou tendo várias requisições simultâneas, e estou recebendo erro nestas situações. Algo que preciso configurar, ou...