1.0.5 • Published 6 months ago

@caviajs/http-query v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Introduction

This package contains HttpQuery which can be used to parse query parameters.

Usage

Installation

npm install @caviajs/http-query --save

Parsing

import { HttpQuery } from '@caviajs/http-query';

router
  .route({
    handler: (request, response, next) => {
      const query = HttpQuery.parse(request);
      
      // query...
    },
    /* ... */
  });
1.0.5

6 months ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.0

2 years ago