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

feat: add apache_request_headers() #499

Merged
merged 2 commits into from
Jan 23, 2024
Merged

Conversation

dunglas
Copy link
Owner

@dunglas dunglas commented Jan 23, 2024

Adds support for apache_request_headers()/getallheaders().
Closes #296.

The unsafe magic needs to be double-checked.
Using a similar gymnastic in go_register_variables() will allow me to remove a lot of allocations (I'm on it).

@dunglas dunglas force-pushed the feat/go_apache_request_headers branch from a6e93fb to cdfaa55 Compare January 23, 2024 00:24
@dunglas dunglas merged commit 7454826 into main Jan 23, 2024
40 checks passed
@dunglas dunglas deleted the feat/go_apache_request_headers branch January 23, 2024 22:14
@dunglas dunglas changed the title feat: add go_apache_request_headers() feat: add apache_request_headers() Feb 4, 2024
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.

getallheaders() is not implemented
1 participant