4.1.1 • Published 4 years ago

hapi-request-utilities v4.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago


Introduction

A hapi plugin that decorates the request with methods to quickly and conveniently access incoming data.

Requirements

hapi v19 (or later) and Node.js v12 (or newer)

This plugin requires hapi v19 (or later) and Node.js v12 or newer.

Compatibility

Major Releasehapi.js versionNode.js version
v4>=18 hapi>=12
v3>=18 hapi>=8
v2>=17 hapi>=8

Installation

Add hapi-request-utilities as a dependency to your project:

npm i hapi-request-utilities

Usage

Register hapi-request-utilities to your hapi server and that's it :)

await server.register({
  plugin: require('hapi-request-utilities')
})

// went smooth like chocolate :)

Methods

Find all available request decorations in the extensive documentation.

Feature Requests

Do you miss a feature? Please don’t hesitate to create an issue with a short description of your desired addition to this plugin.

Links & Resources

Contributing

  1. Create a fork
  2. Create your feature branch: git checkout -b my-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request 🚀

License

MIT © Future Studio


futurestud.io  ·  GitHub @futurestudio  ·  Twitter @futurestud_io

4.1.1

4 years ago

4.1.0

4 years ago

4.0.0

4 years ago

3.0.0

4 years ago

2.2.0

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago