[][src]Type Definition easy_http_request::StaticHttpRequest

type StaticHttpRequest = HttpRequest<&'static str, &'static str, &'static str, &'static str, &'static str, &'static str>;

Use static string slices for query, body and headers.