HTTPAPI update

Discussions related to HTTPAPI (An HTTP Client Package for RPG programming.) http://www.scottklement.com/httpapi/
Post Reply
kundenancy@gmail.com
Posts: 7
Joined: Tue Aug 03, 2021 3:10 pm

HTTPAPI update

Post by kundenancy@gmail.com »

When I update library LIBHTTP to the new version, do I need to recompile the program that use it?
Scott Klement
Site Admin
Posts: 652
Joined: Sun Jul 04, 2021 5:12 am

Re: HTTPAPI update

Post by Scott Klement »

No.

If you reconfigure HTTPAPI to use SSL when it previously did not use SSL, then you would have to re-bind the calling applications. (Which is often done together with recompiling them.) But, aside from that situation, it is not necessary to re-bind (or re-compile) older programs. HTTPAPI is designed to remain backward compatible so that they'll "just work."
kundenancy@gmail.com
Posts: 7
Joined: Tue Aug 03, 2021 3:10 pm

Re: HTTPAPI update

Post by kundenancy@gmail.com »

thanks, Scott
Post Reply