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

Add options request #702

Merged
merged 2 commits into from
Nov 22, 2023
Merged

Conversation

briandowns
Copy link
Contributor

Add options request

What's Changed:

Adds the ability to send HTTP OPTIONS requests. I didn't add tests as there's no good way of testing it t the moment. Tested manually.

Type of Change:

  • Bug fix
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Housekeeping:

  • Tests have been updated to reflect the changes done within this PR (if applicable).
  • Documentation has been updated to reflect the changes done within this PR (if applicable).

Screenshots (If Applicable):

Signed-off-by: Brian Downs <[email protected]>
Signed-off-by: Brian Downs <[email protected]>
@@ -12,7 +12,6 @@
#include "log.h"
#include "http/http.h"
#include "path.h"
#include "c.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this was intentional but we can probably remove the C module in it's entirety now to be honest. Can be done as a diff PR tho I guess.

Thanks for this!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was included twice so I figured I'd remove one. I can get a pr in to remove the c module soon.

@Jason2605 Jason2605 merged commit b411132 into dictu-lang:develop Nov 22, 2023
8 checks passed
@Jason2605 Jason2605 mentioned this pull request Sep 12, 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.

2 participants