Skip to content

History / ENG 04 2 Controller HttpController

Revisions

  • Update (#72) ProTankerAlfa First-time contributor ProTankerAlfa commented 7 hours ago (only english version) Adding Next prefix and remove number in bottom link Remove Link to same language Adding the ENG-09-0-References-request.md file and adjusting the numbering of the next files. 09-0 talks about some commonly used HttpRequestPtr methods (09-1 will talk about HttpResponse methods) Adjust sidebar links and include new file (chinese version) Adjustment of numbers referring to the English version due to changes in file names

    @ProTankerAlfa ProTankerAlfa committed May 20, 2024
  • Better Indent and more sidebar TOC links (#54)

    @hks2002 hks2002 committed Feb 12, 2023
  • Add space after const (#48)

    @DeekshithSH DeekshithSH committed Sep 6, 2022
  • In ENG-04-2, make code snippets match what the provided drogon_ctl command generates (#39) * Updated ENG-04-2-Controller-HttpController demo_v1_User.* code snippets. Updated ENG-04-2-Controller-HttpController demo_v1_User.* code snippets to match the source code actually generated by drogon_ctl. This may not be desirable though, since the generated code is slightly less readable than the generated code, due to the lack of indentation in the generated code. If so, please disregard this commit.

    @angstyloop angstyloop committed Jul 1, 2022
  • Humble edits to "Quick Start" and "Controller Introduction" sections of the english drogon docs. (#37) * Humble edits to "Quick Start" section of ENG docs. Please review my humble edits to the excellent English documentation as I work my way through the examples. Dracarys! * More humble edits Please review my small grammatical edits as I make my way through the excellent Drogon documentation. Dracarys! * Made small grammatical edits. Small grammatical edits to HttpController subsection of the Controller Introduction section of the English docs. * Corrected my error from 332b6c3. Corrected my error from 332b6c3. What is actually true is that Drogon users are free to run the application in the build/ directory if they want. In the docs, "./" is not meant to indicate application root. Instead, it is meant to indicate the current working directory (which makes more sense anyway). Co-authored-by: Sean Allen <[email protected]>

    @angstyloop angstyloop committed Jun 1, 2022
  • Initial documentation

    @an-tao an-tao committed Sep 19, 2020