Skip to content

Commit

Permalink
Horse 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciussanchez committed Mar 10, 2023
1 parent 8d6b590 commit f879590
Show file tree
Hide file tree
Showing 6 changed files with 303 additions and 241 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ modules/
dist/
static/
**/Win32/
**/lib/
**/backup/
**/Win64/
**/Linux64/
**/__history/
**/__recovery/
src/*.~*
*.res
*.exe
*.lps
*.dll
*.bpl
*.bpi
Expand Down
6 changes: 3 additions & 3 deletions boss-lock.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"hash": "37cdf91cb63badb018c3de5698104f56",
"updated": "2022-02-16T08:55:26.4258866-03:00",
"updated": "2023-03-09T23:12:18.2449806-03:00",
"installedModules": {
"github.com/hashload/horse": {
"name": "horse",
"version": "3.0.0",
"hash": "195e14c9c225f81a8c69d18b5118c149",
"version": "3.1.0",
"hash": "fc3b8eefb46c1a3b387e86ca46a9faa1",
"artifacts": {},
"failed": false,
"changed": false
Expand Down
4 changes: 2 additions & 2 deletions boss.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "jhonson",
"description": "",
"version": "1.0.0",
"version": "1.1.5",
"homepage": "",
"mainsrc": "src/",
"projects": [],
"dependencies": {
"github.com/HashLoad/horse": "^3.0.0"
"github.com/HashLoad/horse": "^3.1.0"
}
}
3 changes: 1 addition & 2 deletions samples/delphi/Samples.dpr
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
program Samples;

{$APPTYPE CONSOLE}

{$R *.res}

uses Horse, Horse.Jhonson, System.JSON;
Expand All @@ -10,7 +9,7 @@ begin
THorse.Use(Jhonson);

THorse.Post('/ping',
procedure(Req: THorseRequest; Res: THorseResponse; Next: TProc)
procedure(Req: THorseRequest; Res: THorseResponse)
var
LBody: TJSONObject;
begin
Expand Down
Loading

0 comments on commit f879590

Please sign in to comment.