Tk Http

Full featured HTTP and Websockets library for rust/tokio
Alternatives To Tk Http
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Hoppscotch50,54419 hours ago1March 22, 2022107mitVue
👽 Open source API development ecosystem - https://hoppscotch.io
Mitmproxy30,422423433 days ago53June 28, 2022264mitPython
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
Curl28,886734 hours ago30May 11, 2022103otherC
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features
Echo25,2071,6064 days ago165September 04, 202263mitGo
High performance, minimalist Go web framework
Iris23,75332013 hours ago212September 21, 202280bsd-3-clauseGo
The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :leaves: :rocket: | 谢谢 | #Go
Uwebsockets15,23217 days ago14October 20, 201826apache-2.0C++
Simple, secure & standards compliant web server for the most demanding of applications
Http Proxy Middleware9,780359,5366,5287 days ago78April 22, 202287mitTypeScript
:zap: The one-liner node.js http-proxy middleware for connect, express, next.js and more
Mongoose9,284
3 hours ago1February 27, 20187otherC
Embedded Web Server
Zlmediakit9,044
5 days ago58mitC++
WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11
Starlette8,009288411a day ago123June 28, 202240bsd-3-clausePython
The little ASGI framework that shines. 🌟
Alternatives To Tk Http
Select To Compare


Alternative Project Comparisons
Readme

Tk-HTTP

Status: Beta

Documentation | Github | Crate

A full-features asynchronous HTTP implementation for tokio-rs stack, including websockets.

Features:

  • HTTP 1.1 and 1.0 support (plans to support for HTTP/2 with same API)
  • Flexible configuration of pipelining both for client and server
  • Comprehensive configuration of timeouts both for client and server
  • Strict parsing of few selected headers which influence security
  • Other headers go unparsed to keep CPU usage low
  • Minimum copies of data: i.e. you can decode JSON directly from network buffer
  • Generic over transport (so can be used over TLS or unix sockets)

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Popular Http Projects
Popular Websocket Projects
Popular Networking Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Rust
Http
Websocket
Tokio