kvarn_testing

Struct Server

source
pub struct Server { /* private fields */ }
Expand description

A port returned by ServerBuilder::run to connect to.

Implementations§

source§

impl Server

source

pub fn get(&self, path: impl AsRef<str>) -> RequestBuilder

Make a request to path with the selected method.

source

pub fn post(&self, path: impl AsRef<str>) -> RequestBuilder

Make a request to path with the selected method.

source

pub fn put(&self, path: impl