Benito van der Zander

Results 146 comments of Benito van der Zander

It might have become even less Delphi compatible now that I use more newer fpc features. Or old ones, `object` has turned out to be much nicer than `record` or...

> Are there any plans for the automatic generation of DLL from the [article in Russian](https://habr.com/post/415617) - when updating the library? Not really There are some issues: * A COM...

Raw/binary/file post are different things * Raw is to not support some special characters in the parameter * Binary is to not change the data. Curl has non-binary mode where...

You need to put the options before the url

>, but the request passed with all parameters. Can you fix this in the next builds ? Xidel always expects HTTP/upload options before the url >I would vote against. The...

>I see. With --output-node-format=html the coloring is fine, but the indentation is not: The script element is the problem again. But that seems to be a bug in the XQuery...

Would it better to call such an option --post-raw, --raw-data, or --data-raw ?

>Hence, do we really need an extra command-line option like --post-raw? Is there a particular use-case that justifies this need? I thought Xidel could POST everything with -d or x:request({"post":"..."})....

>On sourceforge https://sourceforge.net/projects/videlibri/files/Xidel/Xidel%20development/ releases are not updated I only update them when something important has changed And they work >here https://nightly.link/benibela/xidel/workflows/main/master releases are new, but there is no androidarm and...

Indeed, it does not use the header. --method, --data, and --header Mostly because, when the follow is a POST request, it might need its own headers that would be calculated...