# HTTP.jl **Repository Path**: Julialang/HTTP.jl ## Basic Information - **Project Name**: HTTP.jl - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-03-12 - **Last Updated**: 2024-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HTTP *HTTP client and server functionality for Julia* | **Documentation** | **PackageEvaluator** | **Build Status** | |:-------------------------------------------------------------------------------:|:---------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:| | [![][docs-stable-img]][docs-stable-url] [![][docs-latest-img]][docs-latest-url] | [![][pkg-0.6-img]][pkg-0.6-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] | ## Installation The package is registered in `METADATA.jl` and so can be installed with `Pkg.add`. ```julia julia> Pkg.add("HTTP") ``` ## Project Status The package is new and not yet tested in production systems. Please try it out and report your experience. The package is tested against Julia 0.6 & current master on Linux, macOS, and Windows. ## Contributing and Questions Contributions are very welcome, as are feature requests and suggestions. Please open an [issue][issues-url] if you encounter any problems or would just like to ask a question. [docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg [docs-latest-url]: https://JuliaWeb.github.io/HTTP.jl/latest [docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg [docs-stable-url]: https://JuliaWeb.github.io/HTTP.jl/stable [travis-img]: https://travis-ci.org/JuliaWeb/HTTP.jl.svg?branch=master [travis-url]: https://travis-ci.org/JuliaWeb/HTTP.jl [appveyor-img]: https://ci.appveyor.com/api/projects/status/qdy0vfps9gne3sd7?svg=true [appveyor-url]: https://ci.appveyor.com/project/quinnj/http-jl [codecov-img]: https://codecov.io/gh/JuliaWeb/HTTP.jl/branch/master/graph/badge.svg [codecov-url]: https://codecov.io/gh/JuliaWeb/HTTP.jl [issues-url]: https://github.com/JuliaWeb/HTTP.jl/issues [pkg-0.6-img]: http://pkg.julialang.org/badges/HTTP_0.6.svg [pkg-0.6-url]: http://pkg.julialang.org/?pkg=HTTP