pg_net
pg_net copied to clipboard
Look into body response as bytea
Chore
Describe the chore
Currently it's text
bytea request and bytea response are allowed in pg_curl see api https://github.com/RekGRpth/pg_curl/blob/39b52873b7e1bccdad81f701f15a09f42b16c327/pg_curl--1.0.sql#L19-L20 https://github.com/RekGRpth/pg_curl/blob/39b52873b7e1bccdad81f701f15a09f42b16c327/pg_curl--1.0.sql#L223 and code https://github.com/RekGRpth/pg_curl/blob/39b52873b7e1bccdad81f701f15a09f42b16c327/pg_curl.c#L290-L314 https://github.com/RekGRpth/pg_curl/blob/39b52873b7e1bccdad81f701f15a09f42b16c327/pg_curl.c#L1437-L1441