Code Monkey home page Code Monkey logo

Teepee: the Rust HTTP toolkit

https://travis-ci.org/teepee/teepee.png?branch=master

Status: stalled and designing

Things happened, things didn’t happen, Hyper got started by others instead. Something is still slowly happening with this, but don’t try doing anything with it.

The remainder of this document is out of date. Use Hyper instead for now, too.


Status: in design

Teepee is still mostly in design. Most of the information about it is available on Chris Morgan’s blog.

In the mean time, if you want HTTP, please use rust-http (by the same author, but not designed deliberately); it’s in maintenance mode, so new things won’t be being added to it—but see that as a good thing and not a bad thing! :P

The crates

The Teepee project is comprised of various crates. Here are what there is at present, though very little is actually implemented yet.

httpc: HTTP client

Everything client-specific, from low level to high level interface.

httpd: HTTP server

Everything server-specific, from low level to high level interface.

httpcommon: common HTTP functionality

Anything shared between both client and server belongs in here, but this crate is not expected to be used directly.

Any crate using types from this crate should re‐export them. For example, the status module should be exported in the root of the HTTP client crate httpc so that people can write httpc::status instead of httpcommon::status.

Author

Chris Morgan (chris-morgan) is the primary author and maintainer of Teepee.

License

This library is distributed under similar terms to Rust: dual licensed under the MIT license and the Apache license (version 2.0).

See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.

TeePee's Projects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.