uri: rename uri.* to uri_parser.*
In the next commit we implement new `struct uri` and rename current `struct uri` to `struct uri_raw` which will be located in uri_parser.* files. Since git does not understand that we renamed file, if in the same commit we create file with the same name that file had before renaming, we will perform the renaming in a separate commit. Part of #5928
Showing
- src/lib/uri/CMakeLists.txt 3 additions, 3 deletionssrc/lib/uri/CMakeLists.txt
- src/lib/uri/uri.h 4 additions, 73 deletionssrc/lib/uri/uri.h
- src/lib/uri/uri_parser.c 306 additions, 306 deletionssrc/lib/uri/uri_parser.c
- src/lib/uri/uri_parser.h 49 additions, 0 deletionssrc/lib/uri/uri_parser.h
- src/lib/uri/uri_parser.rl 0 additions, 0 deletionssrc/lib/uri/uri_parser.rl
- test/app-tap/uri.test.lua 1 addition, 1 deletiontest/app-tap/uri.test.lua
- test/unit/CMakeLists.txt 2 additions, 2 deletionstest/unit/CMakeLists.txt
- test/unit/uri_parser.c 0 additions, 0 deletionstest/unit/uri_parser.c
- test/unit/uri_parser.result 0 additions, 0 deletionstest/unit/uri_parser.result
Loading
Please register or sign in to comment