Skip to content
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

Research the ability to parse HTTP response data #62

Open
calebbourg opened this issue Jan 12, 2023 · 0 comments
Open

Research the ability to parse HTTP response data #62

calebbourg opened this issue Jan 12, 2023 · 0 comments
Labels
question Further information is requested research
Milestone

Comments

@calebbourg
Copy link
Collaborator

calebbourg commented Jan 12, 2023

Suggestion / Feature Request

Consumers of our crate will very likely (and frequently) need to parse HTTP response data from a remote server. Other crates exist that perform this task. It may be that we decide to adopt one of these crates as our out-of-the-box HTTP parser and include it as a transitive dependency to our crate. If so we should provide the ability to opt for other HTTP parsers of our users' choosing.

Notes:

  • This may include opening a new discussion asking for community feedback

Definition of Done:

  • The following questions should be answered:
    • What exists in terms of no_std HTTP parsers?
    • Is it feasible to include one in our crate?
    • The pros and cons of including an HTTP parser in our crate vs considering it the responsibility of the user
    • Is there a common trait which HTTP parsers can/do implement that we can use to allow users to choose their own crates?
@calebbourg calebbourg added the enhancement Improves existing functionality or feature label Jan 12, 2023
@calebbourg calebbourg added this to the 0.4 Release milestone Jan 12, 2023
@calebbourg calebbourg added question Further information is requested and removed enhancement Improves existing functionality or feature labels Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested research
Projects
Status: No status
Development

No branches or pull requests

2 participants