Download Latest Version v4.5.2 source code.tar.gz (2.7 MB)
Email in envelope

Get an email when there's a new version of happyx

Home / v0.17.0
Name Modified Size InfoDownloads / Week
Parent folder
Assignment Path Params source code.tar.gz 2023-05-15 280.1 kB
Assignment Path Params source code.zip 2023-05-15 294.6 kB
Assignment Path Params.tar.gz 2023-05-15 280.1 kB
Assignment Path Params.zip 2023-05-15 294.6 kB
README.md 2023-05-15 256 Bytes
Totals: 5 Items   1.1 MB 0

Now you can use path params assignment! (#28)

Just use

:::nim
pathParams:
  myArg:
    type int
    mutable
    optional
    default = 10

And use it in any route:

:::nim
"/user<myArg>"
"/page<myArg>"
Source: README.md, updated 2023-05-15