F. Perana
F. Perana
This code: ``` if IsAbsoluteUrl(LValue) then Result := LValue else Result := Result + LValue; ``` will overwrite any previous parameter if a subsequent one contains the colon character in...
This function, aside from creating other issues (will post them soon), seems incomplete. There's an IF...THEN statement that ends in limbo.
I need to write a custom MessageBodyReader (and MessageBodyWriter, this already works) to handle the `TBytes` type, such that this particular dynamic array type would be treated as a byte...