httpmock 0.8.3

HTTP mocking library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
---
title: Method
description: Using request matchers to specify which requests should respond. TODO
---

This section describes matcher functions designed to target and match the method in incoming HTTP requests,
such as `GET`, `POST`, etc.

## method
{{{docs.when.method}}}

## method_not
{{{docs.when.method_not}}}