hi all

i'm trying to import HttpServerRequest and HttpServerResponse from vibe.http.server module and i get the error:

module vibe.http.server import HttpServerRequest not found.

it's clearly there and not marked private at all: https://github.com/vibe-d/vibe.d/blob/v0.8.4/http/vibe/http/server.d#L844

i'm using vibe.d 0.8.4 with ldc 1.12.0

thanks in advance.