Top Level Namespace
Included Modules
- Spec::Expectations
- Spec::Methods
Extended Modules
- Spec::Expectations
- Spec::Methods
Defined in:
Method Summary
- build_main_handler
- delete(path, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil)
- get(path, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil)
- head(path, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil)
- patch(path, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil)
- post(path, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil)
- process_request(request)
- put(path, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil)
- response