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

refactor: organize circuits and begin HTTP parsing #65

Merged
merged 7 commits into from
Aug 28, 2024

Conversation

Autoparallel
Copy link
Contributor

This PR most reorganizes the repo so that we can start having different places for different parsers. I also started working towards parsing HTTP requests just a bit. This, if extended, would at least be able to grab the request method. It might not really be the best way to go about doing all of this, but it was a start at least!


Closes #47

Starts towards #53

examples/http/get_response.http Outdated Show resolved Hide resolved
circuits/parser_http_request/language.circom Outdated Show resolved Hide resolved
@Autoparallel
Copy link
Contributor Author

Addressed your comments @mattes! I appreciate your sage knowledge of the internet pipes

@Autoparallel Autoparallel merged commit 9a44739 into main Aug 28, 2024
1 check passed
@Autoparallel Autoparallel deleted the refactor/organize-circuits branch August 28, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor: organize circuits directory to prep for parsing multiple filetypes
2 participants