asgrim/random-status-code-middleware

Middleware to set a random status code

0.0.1 2019-06-26 14:32 UTC

This package is auto-updated.

Last update: 2024-03-27 02:27:33 UTC


README

Randomise the status code returned from a middleware pipeline.

CircleCI

Given a middleware pipeline, change the HTTP status code to a new random status code.

Inspired by my own tweet: https://twitter.com/asgrim/status/1143523405335019520

Installation

  • composer require asgrim/random-status-middleware

Usage

Add \Asgrim\RandomStatusMiddleware\RandomStatusMiddleware into your middleware pipeline. Probably works best towards the outermost layer to ensure the status code is not overwritten unintentionally by another middleware.