natemcmaster / dotnet-serve

Simple command-line HTTPS server for the .NET Core CLI

Home Page:https://nuget.org/packages/dotnet-serve/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add support for options request

WeihanLi opened this issue · comments

please add support for options request

when I send a options request, I got a 404 returned.
when I send a GET request, it works.

image

I would accept a PR which adds support for this, but I'm probably not going to do it myself.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please comment if you believe this should remain open, otherwise it will be closed in 7 days.

Re-opening. I think this is worth doing, but may not have time myself. I think stale bot was too aggressive here in closing this issue.

Hi @natemcmaster, seems like good-first-issue. I am working on this, will raise a PR once done.

Thanks for the contribution @ansariabr!

Resolved with #45