MCPcopy Create free account
hub / github.com/bajrangCoder/setu / all

Method all

src/entities/request.rs:33–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 pub fn all() -> &'static [HttpMethod] {
34 &[
35 HttpMethod::Get,
36 HttpMethod::Post,
37 HttpMethod::Put,
38 HttpMethod::Delete,
39 HttpMethod::Patch,
40 HttpMethod::Head,
41 HttpMethod::Options,
42 ]
43 }
44}
45
46impl std::fmt::Display for HttpMethod {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected