Skip to content

SessionPlus 2.0.0

Compare
Choose a tag to compare
@richardpiazza richardpiazza released this 27 Mar 16:24
· 7 commits to main since this release
b525624

Shifts the interaction model from being task/execution based to being request/response based.

Request and Response are protocols which represent the required parameters needs to respectively query and process a response from an api.

All of the older HTTPClient protocols and implementations are deprecated and will be removed in future versions of the framework.