Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 999 Bytes

File metadata and controls

20 lines (14 loc) · 999 Bytes

Delphi Debug REST Server

First this is not really a program to use, it's more a demo for see how Delphi component REST are working with a server REST API. They are a lot of software for debug REST API use GOOGLE.

  • Possibility to send request with POST, PUT, GET, DELETE, PATCH.
  • Handle return errors.
  • POST, PUT, PATCH handle send files.

The programm use the components:

  • TRESTClient
  • TRESTRequest
  • TRESTResponse
  • THTTPBasicAuthenticator

Screenshot

Any idea ☝️ Questions ❓ Go to 👉 Discussions 👈

License: Creative Commons Attribution-ShareAlike 4.0 International Public

Enjoy.