Request-FP is a thin, high-level wrapper around the Free Pascal HTTP client. If you like the built-in client but want fewer lines of code and safer lifetimes, this library gives you: Less boilerplate ...
You only need to define a struct to receive/bind data from an HTTP request, without writing any parsing stuff code by yourself. Since v0.15.0, httpin also supports creating an HTTP request ...