Http Service

Types and traits for http-based services using the latest futures API
Alternatives To Http Service
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Androidasync7,308285226 months ago65November 08, 2020351otherJava
Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads.
Requests Futures2,0368111359 days ago10June 11, 20191otherPython
Asynchronous Python HTTP Requests for Humans using Futures
Finch1,5961282 days ago50September 09, 201942apache-2.0Scala
Scala combinator library for building Finagle HTTP services
Trip214
14 years ago11March 27, 20183otherPython
Async HTTP for Humans, coroutine Requests :tent:
Backtalk158
6 years ago1June 14, 201710otherRust
HTTP/Websockets API microframework
Http Service1052493 years ago12April 11, 2020otherRust
Types and traits for http-based services using the latest futures API
Tsukuyomi79364 years ago19December 26, 20187otherRust
Asynchronous Web framework for Rust
Awesome Swift Nio62
2 years ago
📖 A collaborative list of all things Swift NIO
Finchers58564 years ago30October 16, 201815otherRust
A combinator library for building asynchronous HTTP services
Shinny Futures H557
3 years ago1gpl-3.0JavaScript
一个开源的 HTML5 期货行情交易终端
Alternatives To Http Service
Select To Compare


Alternative Project Comparisons
Readme

http-service

Types and traits to help you implement your own HTTP server

About

This crate has been deprecated. We recommend implementing inherent methods such as Tide's Server::respond method instead.

The crate http-service provides the necessary types and traits to implement your own HTTP Server.

For example you can use the workspace member http-service-hyper to run an HTTP Server.

  1. Runs via http_service_hyper::run(HTTP_SERVICE, ADDRESS);
  2. Returns a future which can be awaited via http_service_hyper::serve(HTTP_SERVICE, ADDRESS);

Contributing

Want to join us? Check out our The "Contributing" section of the guide and take a look at some of these issues:

Conduct

The http-service project adheres to the Contributor Covenant Code of Conduct. This describes the minimum behavior expected from all contributors.

License

MIT OR Apache-2.0

Popular Futures Projects
Popular Http Projects
Popular Control Flow Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Http
Types
Http Server
Futures