# http

Opens a http request.

Make sure to include the net.lib library first.

This feature can be unstable and should not be used in production yet.

# Syntax

bl http
# Registers
  • r0 required Type: String result will be stored here
  • r1 required Type: String url

# Example

bl http

# History

  • 0.2 added