Skip to content

FreePascal HTTP client unit for send requests and receive responses.

Notifications You must be signed in to change notification settings

setghm/PascalWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PascalWeb Unit

This is a small and simple library for sending HTTP requests and receiving HTTP responses for Free Pascal.

To start using the library, you can simply copy the contents of the src/ directory into your project source code and start using the unit (see /examples).

Or you can compile the unit first and copy the generated PascalWeb.o and PascalWeb.ppu files into your unit path.

I wrote the library using only .inc files and a .pp file to avoid setting up a package manager.

Any automation needed to test/compile the code is inside the Makefile.

OpenSSL

Since this library makes use of the OpenSSL unit provided by FPC, you will need to download the OpenSSL 1.0.2 binaries and place them in your project build directory.

You can find those binaries in the IndySockets git repository.

About

FreePascal HTTP client unit for send requests and receive responses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published