HTTPEx.Backend.Mock.Form (HTTPEx v0.1.0)

View Source

Summary

Functions

Parses the given form data and removes any clutter from it, so you can safely compare it with another form data formatted string.

Functions

normalize(form_string)

@spec normalize(String.t()) :: %{required(binary()) => binary()}

Parses the given form data and removes any clutter from it, so you can safely compare it with another form data formatted string.