krot

mysql-udf-http

Apr 18th, 2022 (edited)
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. SELECT http_get('<url>');
  2. SELECT http_post('<url>', '<data>');
  3. SELECT http_put('<url>', '<data>');
  4. SELECT http_delete('<url>');
  5. https://github.com/y-ken/mysql-udf-http
Add Comment
Please, Sign In to add comment