Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 470 Bytes

File metadata and controls

35 lines (22 loc) · 470 Bytes

QBit::WebInterface

Web interface for QBit application.

Usage

Install:

apt-get install libqbit-webinterface-perl

Require:

use base qw(QBit::WebInterface); #in WebInterface.pm

Consists of:

QBit::WebInterface::Controller


For more information, please see code.

QBit::WebInterface::Request


For more information, please see code.

QBit::WebInterface::Response


For more information, please see code.