raxx v0.4.2 Raxx.Test

Help for testing Raxx applications.

Summary

Functions

Create a new GET request

Create a new PATCH request

Create a new POST request

Functions

get(path, headers \\ %{})

Specs

get(binary, %{optional(binary) => binary}) :: Raxx.Request.t

Create a new GET request

patch(path, body)

Specs

patch(binary, binary) :: Raxx.Request.t

Create a new PATCH request

post(path, params)

Specs

post(binary, %{optional(binary) => binary}) :: Raxx.Request.t

Create a new POST request