• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/ntp/sntp/libevent/test/

Lines Matching defs:HTTP

430 	    "GET /test HTTP/1.1\r\n"
455 "GET /test HTTP/1.1\r\n"
478 "GET http://somehost.net/test HTTP/1.1\r\n"
652 "GET /badrequest HTTP/1.0\r\n" \
688 * HTTP DELETE test, just piggyback on the basic test
736 "DELETE /deleteit HTTP/1.1\r\n"
819 "GET /oncomplete HTTP/1.1\r\n"
885 "GET /index.html HTTP/1.1\r\n"
903 "PATCH /test HTTP/1.1\r\n"
921 "FLOOP /test HTTP/1.1\r\n"
938 tt_assert(!strncmp(result1, "HTTP/1.1 501 ", strlen("HTTP/1.1 501 ")));
942 tt_assert(!strncmp(result2, "HTTP/1.1 200 ", strlen("HTTP/1.1 200 ")));
946 tt_assert(!strncmp(result3, "HTTP/1.1 501 ", strlen("HTTP/1.1 501 ")));
993 * At this point, we want to schedule a request to the HTTP
1101 * At this point, we want to schedule a request to the HTTP
1181 * At this point, we want to schedule two request to the HTTP
1267 * At this point, we want to schedule a request to the HTTP
1508 "GET http://manolito.info/funnybunny HTTP/1.1\r\n"
1568 * HTTP DISPATCHER test
1634 * At this point, we want to schedule an HTTP GET request
1658 * HTTP POST test.
1681 * At this point, we want to schedule an HTTP POST request
1798 * HTTP PUT test, basically just like POST, but ...
1821 * Schedule the HTTP PUT request
1928 * Testing that the HTTP server can deal with a malformed request.
2046 * At this point, we want to schedule a request to the HTTP
2721 "GET /test HTTP/1.1\r\n"
2805 "GET /test HTTP/1.1\r\n"
3023 "GET /chunked HTTP/1.1\r\n"
3090 * At this point, we want to schedule a request to the HTTP
3289 * At this point, we want to schedule an HTTP GET request
3357 * At this point, we want to schedule an HTTP GET request
3512 "GET /test HTTP/1.1\r\n"
3568 * At this point, we want to schedule a request to the HTTP
3630 * At this point, we want to schedule an HTTP GET request
3653 /* GET /?arg=verylongvalue HTTP/1.1 */
3799 "GET /test HTTP/1.1\r\n"
3898 * At this point, we want to schedule a request to the HTTP
3940 #define HTTP(name) \
3951 HTTP(basic),
3952 HTTP(cancel),
3953 HTTP(virtual_host),
3954 HTTP(post),
3955 HTTP(put),
3956 HTTP(delete),
3957 HTTP(allowed_methods),
3958 HTTP(failure),
3959 HTTP(connection),
3960 HTTP(persist_connection),
3961 HTTP(autofree_connection),
3962 HTTP(connection_async),
3963 HTTP(close_detection),
3964 HTTP(close_detection_delay),
3965 HTTP(bad_request),
3966 HTTP(incomplete),
3967 HTTP(incomplete_timeout),
3968 HTTP(terminate_chunked),
3969 HTTP(on_complete),
3971 HTTP(highport),
3972 HTTP(dispatcher),
3973 HTTP(multi_line_header),
3974 HTTP(negative_content_length),
3975 HTTP(chunk_out),
3976 HTTP(stream_out),
3978 HTTP(stream_in),
3979 HTTP(stream_in_cancel),
3981 HTTP(connection_fail),
3984 HTTP(data_length_constraints),
3986 HTTP(ipv6_for_domain),
3987 HTTP(get_addr),
3989 HTTP(set_family),
3990 HTTP(set_family_ipv4),
3991 HTTP(set_family_ipv6),