All Projects → amphp → http

amphp / http

Licence: MIT license
Basic HTTP primitives which can be shared by servers and clients.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to http

1c http
Подсистема 1С для работы с HTTP
Stars: ✭ 48 (-36%)
Mutual labels:  cookie
vscodefileheader
VSCode File Header
Stars: ✭ 17 (-77.33%)
Mutual labels:  header
burp-cookie-porter
一个可快速“搬运”cookie的Burp Suite插件
Stars: ✭ 22 (-70.67%)
Mutual labels:  cookie
PHP-Session
PHP library for handling sessions.
Stars: ✭ 54 (-28%)
Mutual labels:  cookie
react-banner
A dynamic banner/header component.
Stars: ✭ 25 (-66.67%)
Mutual labels:  header
plg system httpheader
This is a Joomla Plugin that provides setting of HTTP Headers
Stars: ✭ 19 (-74.67%)
Mutual labels:  http-header
session
Aplus Framework Session Library
Stars: ✭ 170 (+126.67%)
Mutual labels:  cookie
cookies
Convenient way to use cookies with PSR-7
Stars: ✭ 17 (-77.33%)
Mutual labels:  cookie
cache-control
cache-control middleware
Stars: ✭ 41 (-45.33%)
Mutual labels:  http-header
titanium-cookies
Me want cookies. OM NOM NOM.
Stars: ✭ 20 (-73.33%)
Mutual labels:  cookie
42header.vim
Add and update the 42 comment header at the top of your files
Stars: ✭ 15 (-80%)
Mutual labels:  header
single-sign-on-out-jwt-cookie-redis-java-springboot-freemarker
Single Sign Out, Scalable Authentication Example with JSON Web Token (JWT), Spring Boot and Redis
Stars: ✭ 15 (-80%)
Mutual labels:  cookie
react-cookie-law
React Cookie Law is a cookie-info banner compliance with the GDPR and the EU cookie law. It allows the user to give consent in a granular way.
Stars: ✭ 103 (+37.33%)
Mutual labels:  cookie
RTHeadedColumnView
Multi-column content with a common header view
Stars: ✭ 12 (-84%)
Mutual labels:  header
backcookie
Small backdoor using cookie.
Stars: ✭ 49 (-34.67%)
Mutual labels:  cookie
next.js-boilerplate
next.js bolierplate, next.js 的开发模板
Stars: ✭ 28 (-62.67%)
Mutual labels:  cookie
next-cookie
Cookie serializer and deserializer library for next.js
Stars: ✭ 190 (+153.33%)
Mutual labels:  cookie
get header
This function is similar to the get_headers function
Stars: ✭ 35 (-53.33%)
Mutual labels:  header
BenGorCookies
Cookie warning banner that requests user consent, European law compilant. Zero dependencies, fully customizable JavaScript library for IE9+
Stars: ✭ 12 (-84%)
Mutual labels:  cookie
poop
Firefox extension that prevents sending Origin headers when they are least likely to be necessary, to protect your privacy.
Stars: ✭ 36 (-52%)
Mutual labels:  header

Basic HTTP primitives which can be shared by servers and clients.

Installation

This package can be installed as a Composer dependency.

composer require amphp/http

Documentation

Documentation can be found on amphp.org/http as well as in the ./docs directory.

Versioning

amphp/http follows the semver semantic versioning specification like all other amphp packages.

Note: BC breaks that are strictly required for RFC compliance are not considered BC breaks. These include cases like wrong quote handling for cookies, where the RFC isn't too clear.

A lax parser will however not be changed unless it is necessary for security reasons.

Requirements

  • PHP 7.1+

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

License

The MIT License (MIT). Please see LICENSE for more information.

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].