wagnert / TechDivision_Http

HTTP protocol implementation for usage in server context

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TechDivision_Http

Latest Stable Version Total Downloads Latest Unstable Version License Build StatusScrutinizer Code QualityCode Coverage

Introduction

HTTP protocol implementation for usage in a web server context.

Have a look at TechDivision_WebServer for a reference implementation of a webserver using the HTTP implementation.

Installation

If you want to use the library in your own application you can install it by adding

{
    "require": {
        "techdivision/http": "dev-master"
    },
}

to your composer.json and invoke composer update in your project.

Usage

Coming soon!

External Links

About

HTTP protocol implementation for usage in server context


Languages

Language:PHP 100.0%