-
Notifications
You must be signed in to change notification settings - Fork 29
Difference between having an empty trailer and None #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cc @dicej |
I assume this question refers to wasi-http/wit-0.3.0-draft/types.wit Lines 246 to 271 in f45069d
We arrived at that API as part of the discussion in #101. IIRC, the idea was to use I'm having trouble remembering why the |
@dicej Thank you for you explanation. I was asking about the APIs for
That's what I'd like to confirm. Thank you. |
I have a possibly naive question since I'm not very familiar with HTTP.
Is there a necessity to define
option<trailers>
andoption<future<trailers>>
? What's the difference of havingsome
empty trailers and havingnone
?The text was updated successfully, but these errors were encountered: