Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

feat(server): Implement microhttpd framework #241

Merged
merged 22 commits into from
Jul 5, 2019
Merged

feat(server): Implement microhttpd framework #241

merged 22 commits into from
Jul 5, 2019

Conversation

wusyong
Copy link

@wusyong wusyong commented Jul 5, 2019

Close #208

- Add signal handler for SIGINT and SIGTERM
- Add logger when error occurred, starting and destroying TA
* Match request URL with regular expression
* Parse parameter to use with strtok
If the GET request has the same url with the POST apis, it should return
a method_not_allowed response. Thus we should check if body is empty or not
in the callback functions before execution.
@wusyong wusyong added this to the Watercress milestone Jul 5, 2019
@wusyong wusyong requested review from jkrvivian and howjmay July 5, 2019 07:55
@jkrvivian jkrvivian merged commit 3640c56 into develop Jul 5, 2019
@wusyong wusyong deleted the microhttpd branch July 5, 2019 08:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merge microhttpd to develop
2 participants