v/vlib/net/urllib
Tarcisio Gruppi 23dc85d94d
Making string index methods follow the same standard
All string index methods that end with `_opt` return `?int` with none as
the value when the substring is not found
and the index methods that do not end in `_opt` return `int` with -1 as
the returned value when the substring is not found
2022-03-17 09:27:11 -03:00
..
urllib.v Making string index methods follow the same standard 2022-03-17 09:27:11 -03:00
urllib_test.v net.urllib: keep the query parameter order (#13405) 2022-02-09 17:36:12 +02:00
values.v urllib: fixed regression in the set function (#13455) 2022-02-13 15:06:00 +02:00
values_test.v urllib: fixed regression in the set function (#13455) 2022-02-13 15:06:00 +02:00