Example #1
0
int main(int argc, char *argv[]){
    HTTP hp;

    hp.parser(argv[1]);
    #ifdef DEBUG
    hp.show();
    #endif
}