Skip to content

Commit ec01303

Browse files
committed
remove header example
1 parent 9478f49 commit ec01303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.mojo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ from lightbug_http.sys.client import MojoClient
55

66
fn test_request(inout client: MojoClient) raises -> None:
77
var uri = URI("http://httpbin.org/status/404")
8-
var request = HTTPRequest(uri, RequestHeader())
8+
var request = HTTPRequest(uri)
99
var response = client.do(request)
1010

1111
# print status code

0 commit comments

Comments
 (0)