Gerasimos (Makis) Maropoulos

Results 259 comments of Gerasimos (Makis) Maropoulos

But windows can't copy files?

I found it @ozguncagri, there was a missing http method in your example, `MKCOL`. I was able to create new directory: ``` curl --location --request MKCOL 'http://localhost:8080/anewdir/' ```

Register the above: ``` "MKCOL", "COPY", "MOVE", "LOCK", "UNLOCK", "PROPFIND", "PROPPATCH", "LINK", "UNLINK", "PURGE", "VIEW", ``` Also, for windows you may want to add these too: https://docs.microsoft.com/en-us/previous-versions/office/developer/exchange-server-2003/aa142917(v=exchg.65)

Yeah I am fast xD. OK so we are done with that one, I will add an example of webdav and all these methods on my next commit which will...

You are welcomed @ozguncagri. I thank you too for this one, someone in the future may find this issue useful.

Hi @ozguncagri thanks for that, I have already made an example locally which will be pushed on the upcoming minor release. It looks like that: ```go package main import (...

Hello @ozguncagri, sorry for the delay. You don't need any special examples to add basic authentication or other type of authentication in top. Iris is a modular web framework, you...

Hello @a97077088, Of course, you can customize the HTTP request controller's method through `BeforeActivation` controller's method. Example at: https://github.com/kataras/iris/blob/9cf6f9fa5ed0f3cff1d4504e7b631782bfde8ee1/_examples/mvc/basic/main.go#L92 https://github.com/kataras/iris/blob/9cf6f9fa5ed0f3cff1d4504e7b631782bfde8ee1/_examples/mvc/basic/main.go#L110 About method annotations, there is no such feature in Go...

> does not seem to be available under the live template, because the live template cannot control the existing code in most cases. Hello @a97077088. I didn't get it, what...