Struct elastic::client::responses::parse::HttpResponseHead []

pub struct HttpResponseHead { /* fields omitted */ }

The non-body component of the HTTP response.

Methods

impl HttpResponseHead

Get the status code.

Trait Implementations

impl From<u16> for HttpResponseHead

Performs the conversion.