logo
Expand description

filter

Structs

CharPartBuilder

FnFilter accpect a function as it’s param, use this function to filter request.

Filter by request method

Filter request by it’s path information.

RegexPartBuilder

Traits

Fiter trait for filter request.

PartBuilder

PathPart

Functions

Filter request, only allow delete method.

Filter request, only allow get method.

Filter request, only allow head method.

Filter request, only allow options method.

Filter request, only allow path method.

Filter request use PathFilter.

Filter request, only allow post method.

Filter request, only allow put method.