-
Notifications
You must be signed in to change notification settings - Fork 97
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
Document hostcalls::dispatch_http_call #201
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
eb6770a
to
60d9295
Compare
is there any issue here ? |
It doesn't pass tests (see Clippy failures). Also, I believe that @mpwarres and @martijneken are currently working on the documentation for the whole SDK, so it might be worth waiting a bit for it for the sake of consistency. @mpwarres @martijneken do you have status update? |
C++ SDK doc PR should be out end of this week, Rust SDK PR early next week. |
/// # Returns There may be some problems with this description. It seems that the return is not an HTTP status code, but the code looks more like a token_id |
Signed-off-by: Younes <[email protected]>
Signed-off-by: Younes <[email protected]>
@PiotrSikora : is this still relevant or shall I close it ? |
@mpwarres : could you please tell if this PR is still relevant or is obsolete (due to the latest work on docs, etc) ? |
@mpwarres @martijneken @PiotrSikora: For your information, I'm closing this as it's been more than one year and a half, and it seems abandoned. |
@younes-io Maybe you want to take a look at #226? I tried to document some functions and added CI tests to check if the examples compile. |
Will do! Thank you! |
I think functions should be documented to make it easy to find (regardless of the ABI, which is now being written, cf. proxy-wasm/spec#41)