Skip to content

Experiment with using Ecto to validate, cast and parse request params into structured commands in controllers

Notifications You must be signed in to change notification settings

roehst/ecto-plug-params

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EctoParams

An experiment in using Ecto to validate params from web requests.

You can test it by running the application which opens a Plug HTTP server on port 8080.

And curl it with "http://localhost:8080/?a=3&b=5"

About

Experiment with using Ecto to validate, cast and parse request params into structured commands in controllers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages