Lines Matching refs:http
368 /* dump any streamtype's http resp map */
378 /* if relevant, dump http resp map */
385 if (!pol->u.http.count_respmap)
395 for (n = 0; n < pol->u.http.count_respmap; n++) {
397 pol->u.http.respmap[n].resp,
398 pol->u.http.respmap[n].state);
505 printf("\t.u = {\n\t\t.http = {\n");
507 if (pol->u.http.method)
509 pol->u.http.method);
510 if (pol->u.http.url)
512 pol->u.http.url);
513 if (pol->u.http.multipart_name)
515 pol->u.http.multipart_name);
516 if (pol->u.http.multipart_filename)
518 pol->u.http.multipart_filename);
519 if (pol->u.http.multipart_content_type)
521 pol->u.http.multipart_content_type);
522 if (pol->u.http.auth_preamble)
524 pol->u.http.auth_preamble);
526 if (pol->u.http.respmap) {
530 pol->u.http.count_respmap);
533 if (pol->u.http.blob_header[0]) {
535 for (n = 0; n < (int)LWS_ARRAY_SIZE(pol->u.http.blob_header); n++)
536 if (pol->u.http.blob_header[n])
538 pol->u.http.blob_header[n]);
545 if (pol->u.http.u.ws.subprotocol)
547 pol->u.http.u.ws.subprotocol);
548 printf("\t\t\t\t\t.binary = %u\n", pol->u.http.u.ws.binary);
552 if (pol->u.http.resp_expect)
553 printf("\t\t\t.resp_expect = %u,\n", pol->u.http.resp_expect);
554 if (pol->u.http.fail_redirect)
555 printf("\t\t\t.fail_redirect = %u,\n", pol->u.http.fail_redirect);