Open mjablecnik opened 3 years ago
Hi, '.'-separator separates the body of the request/response from everything else (we have to somehow determine where the body ends). If there is no comment '.'-separator does not have to be used. If the comment character '#' is inside the body, it will not be treated as a comment, but as part of the body. If the exact length of the body is not necessary (for JSON, for example) you don't have to use a dot. But perhaps I should consider adding an option to change the default delimiter.
Hello, I want to use my own custom separator instead of '.' but when I add '#---' so it doesn't work. Do you know why? I have there '#' for make as comment it..
Here is example of my file:
My version is: 1.0.14