Skip to content

Commit

Permalink
[15_6] Initial impl of http_head part3
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Dec 3, 2023
1 parent 4bb37ae commit 95f371e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lolly/io/http.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ namespace io {

#ifdef OS_WASM

tree
http_head (url u) {
return http_response_init ();
}

tree
http_get (url u) {
return http_response_init ();
Expand Down

0 comments on commit 95f371e

Please sign in to comment.