Struct badtouch::http::HttpRequest[][src]

pub struct HttpRequest { /* fields omitted */ }

Methods

impl HttpRequest
[src]

impl HttpRequest
[src]

Trait Implementations

impl Debug for HttpRequest
[src]

Formats the value using the given formatter. Read more

impl Default for HttpRequest
[src]

Returns the "default value" for a type. Read more

impl Into<AnyLuaValue> for HttpRequest
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for HttpRequest

impl Sync for HttpRequest