ew00github / HTTPCatClone

Recreation of http.cat
0 stars 0 forks source link

Created a controller class, WebController, to facilitate communicatio… #13

Closed ew00github closed 11 months ago

ew00github commented 11 months ago

Created a controller class, WebController, to facilitate communicatin between external sources (specifically http.cat). There is a new endpoint that will send a GET request to http://http.cat/statuscode, and http.cat should respond with an image. I had to add Reactor Core and Spring Webflux dependencies. Also, I cleaned up some spacing issues and method naming in order to prevent confusion now that we are getting images from different resources.