Libraries tagged by response request
cfxmarkets/php-jsonapi-transport
320 Downloads
This package implements the JSON-API transport protocol specification (i.e., it enforces certain request and response parameters).
boubacamara/ganega-http
9 Downloads
Provides simple and intuitive classes for handling HTTP requests and responses in PHP applications. The Request class encapsulates HTTP request data, making it easy to manage and access parameters, body, session, cookies, and server information. The Response class simplifies the creation and management of HTTP responses, allowing you to set content, status codes, and headers effortlessly.
bonuscred/rest-client
33 Downloads
API client manager for handling HTTP requests and responses
bonuscred/api-manager
54 Downloads
API server manager for handling HTTP requests and responses
bogosoft/cornpop
15 Downloads
A PSR-compliant nano-framework for generating responses for HTTP requests.
bcastellano/json-schema-bundle
37 Downloads
Symfony bundle to validate json api request and responses with json-schema
azonmedia/swoole-to-psr
399 Downloads
Utilities to convert between Swoole and PSR request and response
azonmedia/psr-to-swoole
402 Downloads
Utilities to convert between Swoole and PSR request and response
avris/http
167 Downloads
HTTP Request/Response abstraction
atyalpa/http
47 Downloads
React HTTP request and response wrapper for Atyalpa framework
arth/http_log_bundle
15 Downloads
Provides ability to log http requests and response(Test Task)
apimaticsupport/conversationsapi
59 Downloads
## Introduction Send messages using unifonic’s Conversations API. Message your target audience over social channels (WhatsApp for Business, Messenger, SMS, etc..). Unifonic conversations API Restful and HTTP **API's** uses The basic Authentication protocol. All request and response bodies are formatted in JSON. ## Get an account To start using the API you need to send an email [email protected] to create an account for you. ## Base URL All URLs referenced in the documentation have the following base: **apis.unifonic.com** ## Security To ensure privacy, we recommend you to use HTTPS for all unifonic API requests. ## Formats conversations API only supports JSON format. All requests must use the Content-type header set to application/json. ## Support We’re here to help! Get in touch with support at and we’ll get back to you as soon as we can or you can contact us throw live chat on our [website] (www.unifonic.com).
apimatic-unofficial/unifonicnextgen
245 Downloads
## Introduction Send SMS messages using Unifonic Messaging API. Get your dedicated Universal number, and start sending messages today. Unifonic NextGen Restful and HTTP **API's** uses The basic Authentication protocol. All request and response bodies are formatted in JSON. ## Get an account To start using the API you need to send an email to Unifonic to create Appsid for you. ## Base URL All URLs referenced in the documentation have the following base: **basic.unifonic.com** ## Security To ensure privacy we recommend you to use HTTPS for all Unifonic API requests. you can download our HTTPS certificate. [Download] (https://api.unifonic.com/udm/https.zip) ## Formats Unifonic API only supports JSON format. All request must use the Content-type header set to application/json. ## Support We’re here to help! Get in touch with support at and we’ll get back to you as soon as we can or you can contact us throw live chat on our [website] (www.unifonic.com).
api-clients/middleware-log
1036 Downloads
Request/Response logging middleware
antonkalmykov/http-exchange
65 Downloads
Request/Response component based on 'PSR-7: HTTP message interfaces' for ItCourses Framework