# Functions
Handler returns an http.Handler that is capable of handling a variety of mock Bitbucket requests and returning mock responses.
# Constants
HookPush is a sample deployment hook.
HookPullRequest is a sample hook pull request https://developer.github.com/v3/activity/events/types/#pullrequestevent.
HookPullRequestInvalidAction is a sample hook pull request that has an action not equal to synchrize or opened, and is expected to be ignored.
HookPullRequestInvalidState is a sample hook pull request that has a state not equal to open, and is expected to be ignored.
HookPush is a sample push hook.
HookPush is a sample push hook that is marked as deleted, and is expected to be ignored.