Add an example for x-www-form-urlencoded

This commit is contained in:
Chunting Gu
2020-12-17 10:13:59 +08:00
parent 62ada53d64
commit ca83869912
2 changed files with 39 additions and 0 deletions
+3
View File
@@ -34,6 +34,9 @@ target_link_libraries(server_states ${EXAMPLE_LIBS})
add_executable(form_client form_client.cc)
target_link_libraries(form_client ${EXAMPLE_LIBS})
add_executable(form_urlencoded_client form_urlencoded_client.cc)
target_link_libraries(form_urlencoded_client ${EXAMPLE_LIBS})
add_executable(form_server form_server.cc)
target_link_libraries(form_server ${EXAMPLE_LIBS})