cerwind
01/16/2022, 1:38 PMcannot cast type record to http_request
with the function:
begin
select
"status", "content"::jsonb
from
http((
'GET',
'https://jsonplaceholder.typicode.com/todos/1',
http_header('My-Simple-Header', 'Some value..')
)::http_request);
end
(so was curious if the http_post
had a header option - not overly familiar with pgsql syntax)garyaustin
01/16/2022, 3:48 PMcerwind
01/16/2022, 10:43 PM