Type Definition easy_http_request::StaticHttpRequest[][src]

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

Use static string slices for query, body and headers.