Dżyszla
Dżyszla
I have two, similar queries. In one of case have additional dummy where conditions (1=1, 0=0, true): ``` SELECT t1.* FROM table1 t1 JOIN table2 t2 ON t2.fk_t1 = t1.id...
Hi, I have some sugesstion for modyfication. Browswers don't allow multiple domains, so if I want do this, I must to make this: ```delphi procedure(Req: THorseRequest; Res: THorseResponse; Next: {$IF...
### Q&A (please complete the following information) - OS: Windows - Browser: Firefox - Version: 128 ESR - Swagger-Editor version: 5.0.0-alpha138 (https://editor-next.swagger.io/) - Swagger/OpenAPI version: OpenAPI 3.0 ### Content &...
Feature for use CORS for multiple domains (#9)
I'm encountering an issue with ambiguous route matching in Horse. I have two routes defined: ```delphi THorse.Get('/test/:param1/test', HandleSpecific); THorse.Get('/test/:param1/:param2', HandleGeneric); ``` When I send a request to /test/123/test, it is...