Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IainNZ committed Aug 26, 2014
1 parent 9947d68 commit 7fe15cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -3,10 +3,10 @@
[![Build Status](https://travis-ci.org/JuliaLang/HttpCommon.jl.svg?branch=master)](https://travis-ci.org/JuliaLang/HttpCommon.jl)
[![Coverage Status](https://img.shields.io/coveralls/JuliaLang/HttpCommon.jl.svg)](https://coveralls.io/r/JuliaLang/HttpCommon.jl)

This package provides types and helper functions for dealing with the HTTP protocol in Julia.

**Installation**: `julia> Pkg.add("HttpCommon")`

This package provides types and helper functions for dealing with the HTTP protocol in Julia:

* types to represent `Request`s, `Response`s, and `Headers`
* a dictionary of `STATUS_CODES`
(maps integer codes to string descriptions; covers all the codes from the RFCs)
Expand All @@ -16,7 +16,6 @@ This package provides types and helper functions for dealing with the HTTP proto
* a function to turn a query string from a url into a `Dict{String,String}`



~~~~
:::::::::::::
:: ::
Expand Down

0 comments on commit 7fe15cc

Please sign in to comment.