node-vary 1.1.2-1 source package in Ubuntu

Changelog

node-vary (1.1.2-1) unstable; urgency=medium

  * Team upload
  * New upstream version
  * Bump policy and compat
  * Move to javascript section/optional
  * Use build profile for testing
  * Run testsuite for CI

 -- Bastien Roucariès <email address hidden>  Thu, 01 Nov 2018 18:25:18 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-vary_1.1.2-1.dsc 2.0 KiB 50d538b897cb4a76612d3ccffa1b9b6b93296ab188ca1fee7913c31a70b2bf06
node-vary_1.1.2.orig.tar.gz 6.6 KiB 0487d45a6a185e7b83dc67d95f0261b2f0e85012c7cd9c8e682efd25af375dd2
node-vary_1.1.2-1.debian.tar.xz 2.6 KiB ddb7aacd5c87484185984f512bb8143395aa4ab27704470695ad4cc3694b342c

Available diffs

No changes file available.

Binary packages built by this source

node-vary: manage the Vary header of a HTTP response - Node.js module

 This package provides a simple module to manage the fields
 of the Vary header in a HTTP response.
 .
 The Vary HTTP response header determines how to match future
 request headers to decide whether a cached response can be
 used rather than requesting a fresh one from the origin server.
 It is used by the server to indicate which headers it used when
 selecting a representation of a resource in a content negotiation
 algorithm.
 .
 Node.js is an event-based server-side JavaScript engine.