All Projects → http-interop → response-sender

http-interop / response-sender

Licence: MIT license
PSR-7 Response sender function

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to response-sender

Kitura Net
Kitura networking
Stars: ✭ 98 (+172.22%)
Mutual labels:  response
Renderer
Simple, lightweight and faster response (JSON, JSONP, XML, YAML, HTML, File) rendering package for Go
Stars: ✭ 220 (+511.11%)
Mutual labels:  response
Wifi-Connect
A library project to connect two devices using Wifi-Direct
Stars: ✭ 94 (+161.11%)
Mutual labels:  sender
Netclient Ios
Versatile HTTP Networking in Swift
Stars: ✭ 117 (+225%)
Mutual labels:  response
Examples
Examples of Mock Service Worker usage with various frameworks and libraries.
Stars: ✭ 163 (+352.78%)
Mutual labels:  response
reqres
Powerful classes for http requests and responses
Stars: ✭ 36 (+0%)
Mutual labels:  response
Response
Monzo's real-time incident response and reporting tool ⚡️
Stars: ✭ 1,252 (+3377.78%)
Mutual labels:  response
hayabusa
Hayabusa (隼) is a sigma-based threat hunting and fast forensics timeline generator for Windows event logs.
Stars: ✭ 908 (+2422.22%)
Mutual labels:  response
Deeputteranceaggregation
Modeling Multi-turn Conversation with Deep Utterance Aggregation (COLING 2018)
Stars: ✭ 171 (+375%)
Mutual labels:  response
data-response
www.yiiframework.com/
Stars: ✭ 12 (-66.67%)
Mutual labels:  response
Holen
Declarative fetch for React
Stars: ✭ 152 (+322.22%)
Mutual labels:  response
Shcheck
A basic tool to check security headers of a website
Stars: ✭ 160 (+344.44%)
Mutual labels:  response
chronosjs
JS Channels (Events / Commands / Reqest-Response / Courier) Mechanism
Stars: ✭ 35 (-2.78%)
Mutual labels:  response
Alamofire
Elegant HTTP Networking in Swift
Stars: ✭ 36,896 (+102388.89%)
Mutual labels:  response
Smtp-cracker
[NEW] : Simple Mail Transfer Protocol (SMTP) CHECKER - CRACKER Tool V2
Stars: ✭ 67 (+86.11%)
Mutual labels:  sender
Php Fetch
A simple, type-safe, zero dependency port of the javascript fetch WebApi for PHP
Stars: ✭ 95 (+163.89%)
Mutual labels:  response
Nativepopup
Clone of Apple iOS App's feedback popup, and easily customizable.
Stars: ✭ 247 (+586.11%)
Mutual labels:  response
WaterPipe
URL routing framework, requests/responses handler, and HTTP client for PHP
Stars: ✭ 24 (-33.33%)
Mutual labels:  response
laravel-middleware-cache-response
Laravel中间件-Response缓存
Stars: ✭ 61 (+69.44%)
Mutual labels:  response
html
HTML templating and streaming response library for Service Worker-like environments such as Cloudflare Workers.
Stars: ✭ 41 (+13.89%)
Mutual labels:  response

HTTP Response Sender

A simple function that will send PSR-7 ResponseInterface headers and body.

Installation

composer require http-interop/response-sender

Usage

use function Http\Response\send;

// Any ResponseInterface instance can be used.
$notFound = $responseFactory->createResponse(404);

// Send headers and body.
send($notFound);

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].