Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

MIddleware para Servidor Horse para Controle de Etags

License

NotificationsYou must be signed in to change notification settings

academiadocodigo/Horse-ETag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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

✔️ Compatibility

This middleware is compatible with projects developed in:

  • Delphi
  • Lazarus

⚡️ Quickstart

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.

image

image

⚠️ License

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

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp