#trying to print a response from a get request (I'm new)

1 messages · Page 1 of 1 (latest)

alpine ore
#

The biggest problem I'm trying to get around is to set a value for server_header_buffer in RequestOptions.

I'm kind of lost, how do I fix this?

hot sigil
#

in line 32, it should be .{body} instead of body

alpine ore
#

but Ty

#

It has to do with u8

#

if I do = [] it complains that it isnt []u8 and if I do = []u8 then it is comparing it as a type and not a value

#

and anything else I do just doesn’t match []u8

prime owl
#

although &[_]u8{} is also completely valid

#

are you sure that’s the issue?

alpine ore
teal bobcat
#

I see that undefined is used mostly