gnu-social/vendor/padraic/humbug_get_contents/UPGRADE.md
2021-07-16 19:44:40 +01:00

287 B

Upgrade from 1.x to 2.x

The functions previously registered in the global namespace have been moved to the Humbug namespace:

  • humbug_get_contents() => Humbug\get_contents()
  • humbug_set_headers() => Humbug\set_headers()
  • humbug_get_headers() => Humbug\get_headers()