macro_rules! build_request {
    [$($x:expr),*] => { ... };
}
Expand description

Builds a new request buffer from the given data