Giter VIP home page Giter VIP logo

kitura-responsetime's Introduction

Kitura-ResponseTime

macOS Linux Apache 2

๐Ÿšซ This project is no longer maintained.

Middleware for Kitura.

This module tracks the response time for HTTP requests and sends the time back in the response header. Response time is defined as the elapsed time from when the request is processed by this middleware to the time when the response is sent out in miliseconds.

Installation

Add this repo to your package dependencies in your Package.swift.

Usage

import Kitura
import ResponseTime

let router = Router()
router.all(middleware: ResponseTime())

Note: In order to get correct numbers it is important to place this middleware as early as possible in the list of handlers and middleware of your application. Any time spent in handlers or middleware that run before this middleware is invoked will not be counted.

Options

ResponseTime(precision:, headerName:, includeSuffix:)

precision

The number of digits to include after the decimal point. Defaults to 3 (ex: 4.143ms).

headerName

The name of the header to set. Defaults to X-Response-Time.

includeSuffix

Whether to include the ms suffix. Defaults to true.

License

Apache 2.0

kitura-responsetime's People

Contributors

shmuelk avatar dfirsht avatar ianpartridge avatar vadimeisenbergibm avatar quanvo87 avatar youming-lin avatar snakecharmer avatar

Watchers

James Cloos avatar Wilson Ding avatar

Forkers

vdedyukhin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.