Commit befaadf5 authored by Jacek Furmankiewicz's avatar Jacek Furmankiewicz

docs

parent bca6d136
...@@ -103,9 +103,9 @@ Path argument extraction ...@@ -103,9 +103,9 @@ Path argument extraction
CorePort can easily extract path arguments from an URL and convert them to the desired type. CorePort can easily extract path arguments from an URL and convert them to the desired type.
The supported types are: The supported types are:
* *int*, e.g. '<int:some_int_arg>' * *int*, e.g. "<int:some_int_arg>"
* *float*, e.g. '<int:some_float_arg>' * *float*, e.g. "<int:some_float_arg>"
* *string*, e.g. '<string_arg>' * *string*, e.g. "<string_arg>"
Example: Example:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment