Hooks

Back to Networking

Hooking describes a range of techniques for altering behaviour of some software component by intercepting function calls, message or events passed between software components.

Callback

A callback is a piece of executable code passed as an argument to be called back later.

Webhooks

A method of augmenting or altering the behaviour of a web page using callbacks.