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

[Feature request]: add body to POST request #538

Closed
Valerioageno opened this issue Feb 9, 2025 · 0 comments · Fixed by #561
Closed

[Feature request]: add body to POST request #538

Valerioageno opened this issue Feb 9, 2025 · 0 comments · Fixed by #561
Assignees
Labels
enhancement New feature or request

Comments

@Valerioageno
Copy link
Member

pub struct Request {
    pub uri: Uri,
    pub headers: HeaderMap,
    pub params: HashMap<String, String>,
}
@Valerioageno Valerioageno self-assigned this Feb 9, 2025
@Valerioageno Valerioageno converted this from a draft issue Feb 9, 2025
@marcalexiei marcalexiei changed the title Add body to POST request [Feature request]: add body to POST request Feb 9, 2025
@marcalexiei marcalexiei added the enhancement New feature or request label Feb 9, 2025
@github-project-automation github-project-automation bot moved this from Ready to Done in Road to V1 Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants