vibe-http

HTTP server and client implementation and higher level HTTP functionality


Keywords
library, web, communication, network, vibed
License
MIT
Install
dub fetch vibe-http --version 1.0.0

Documentation

vibe.d

vibe.d is a high-performance asynchronous I/O, concurrency and web application toolkit written in D. This repository contains the upcoming HTTP module that is going to replace the existing HTTP/1.1 implementation.

Posix Build Status Windows Build status

Experimental status

This library is a partial rewrite of the original vibe-d:http package and should be considered experimental. Do not use it in production, yet.

  • It may still receive breaking changes
  • The code in general should not be considered ready for production
  • It currently lacks some features, such as the HTTP client implementation
  • The HTTP/2 server still needs extensive testing