Sayonara Player
|
Parses requests out of the Client. More...
#include <StreamHttpParser.h>
Public Types | |
enum class | HttpAnswer : unsigned char { Fail = 0 , OK , Reject , Ignore , Playlist , HTML5 , MP3 , BG , Favicon , MetaData } |
The HttpAnswer enum. | |
Public Member Functions | |
HttpAnswer | parse (const QByteArray &data) |
QString | host () const |
bool | isIcyStream () const |
Static Public Member Functions | |
static QString | answerString (HttpAnswer answer) |
Parses requests out of the Client.