off the top of my head, we could do something like...
# development
a
off the top of my head, we could do something like:
Copy code
#[repr(C)]
pub struct HttpRequest {
  pub method: String,
  pub url: String,
  // ...
}