Files
scylladb/api
Pavel Emelyanov b158ca7346 api: Remove param field from req_param
The req_param class is used to help parsing http request parameters from
strings into exact types (typically some simple types like strings,
integrals or boolean). On it there are three fields:

- name -- the parameter name
- param -- the parameter string value
- value -- the parameter value of desired type

The `param` thing is not really needed, it's only used by few places
that print it into logs, but they may as well just print the `value`
thing itself.

Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>

Closes scylladb/scylladb#21502
2024-11-11 17:47:55 +02:00
..
2024-11-11 17:47:55 +02:00
2024-06-21 13:28:06 +03:00
2024-10-22 06:54:46 +03:00
2024-06-13 09:32:51 +08:00