• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/

Lines Matching refs:HTTP

385 	    "GET /test HTTP/1.1\r\n"
410 "GET /test HTTP/1.1\r\n"
433 "GET http://somehost.net/test HTTP/1.1\r\n"
604 "GET /badrequest HTTP/1.0\r\n" \
638 * HTTP DELETE test, just piggyback on the basic test
684 "DELETE /deleteit HTTP/1.1\r\n"
749 "GET /index.html HTTP/1.1\r\n"
766 "PATCH /test HTTP/1.1\r\n"
783 "FLOOP /test HTTP/1.1\r\n"
803 tt_assert(!strncmp(result1, "HTTP/1.1 501 ", strlen("HTTP/1.1 501 ")));
807 tt_assert(!strncmp(result2, "HTTP/1.1 200 ", strlen("HTTP/1.1 200 ")));
811 tt_assert(!strncmp(result3, "HTTP/1.1 501 ", strlen("HTTP/1.1 501 ")));
843 * At this point, we want to schedule a request to the HTTP
952 * At this point, we want to schedule a request to the HTTP
1061 * At this point, we want to schedule a request to the HTTP
1301 "GET http://manolito.info/funnybunny HTTP/1.1\r\n"
1361 * HTTP DISPATCHER test
1427 * At this point, we want to schedule an HTTP GET request
1451 * HTTP POST test.
1474 * At this point, we want to schedule an HTTP POST request
1591 * HTTP PUT test, basically just like POST, but ...
1614 * Schedule the HTTP PUT request
1721 * Testing that the HTTP server can deal with a malformed request.
1832 * At this point, we want to schedule a request to the HTTP
2495 "GET /test HTTP/1.1\r\n"
2578 "GET /test HTTP/1.1\r\n"
2791 "GET /chunked HTTP/1.1\r\n"
2858 * At this point, we want to schedule a request to the HTTP
3052 * At this point, we want to schedule an HTTP GET request
3121 * At this point, we want to schedule an HTTP GET request
3269 "GET /test HTTP/1.1\r\n"
3320 * At this point, we want to schedule a request to the HTTP
3382 * At this point, we want to schedule an HTTP GET request
3405 /* GET /?arg=verylongvalue HTTP/1.1 */
3551 "GET /test HTTP/1.1\r\n"
3576 #define HTTP(name) \
3587 HTTP(basic),
3588 HTTP(cancel),
3589 HTTP(virtual_host),
3590 HTTP(post),
3591 HTTP(put),
3592 HTTP(delete),
3593 HTTP(allowed_methods),
3594 HTTP(failure),
3595 HTTP(connection),
3596 HTTP(persist_connection),
3597 HTTP(connection_async),
3598 HTTP(close_detection),
3599 HTTP(close_detection_delay),
3600 HTTP(bad_request),
3601 HTTP(incomplete),
3602 HTTP(incomplete_timeout),
3603 HTTP(terminate_chunked),
3605 HTTP(highport),
3606 HTTP(dispatcher),
3607 HTTP(multi_line_header),
3608 HTTP(negative_content_length),
3609 HTTP(chunk_out),
3610 HTTP(stream_out),
3612 HTTP(stream_in),
3613 HTTP(stream_in_cancel),
3615 HTTP(connection_fail),
3616 HTTP(connection_retry),
3617 HTTP(data_length_constraints),