- Notifications
You must be signed in to change notification settings - Fork14
MIddleware para Servidor Horse para Controle de Etags
License
NotificationsYou must be signed in to change notification settings
academiadocodigo/Horse-ETag
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
eTag is not an official middleware. It was created to facilitate working with eTag using theHorse framework.
We created a channel on Telegram for questions and support:
Installation is done using theboss install
command:
boss install bittencourtthulio/Horse-ETag
If you choose to install manually, simply add the following folders to your project, inProject > Options > Resource Compiler > Directories and Conditionals > Include file search path
../Horse-ETag/src
This middleware is compatible with projects developed in:
- Delphi
- Lazarus
uses Horse, Horse.Etag, Horse.Jhonson, System.JSON;begin THorse .Use(Jhonson) .Use(eTag); THorse.Get('ping', procedure(Req: THorseRequest; Res: THorseResponse; Next: TProc)begin Res.Send<TJsonObject>(TJsonObject.Create.AddPair('Teste','Teste'));end); THorse.Listen(9000);end.
eTag
is free and open-source middleware licensed under theMIT License.
About
MIddleware para Servidor Horse para Controle de Etags
Resources
License
Stars
Watchers
Forks
Packages0
No packages published