Commit Graph

28 Commits

Author SHA1 Message Date
Gerasimos (Makis) Maropoulos
fabbc271b9
update examples deps 2024-01-18 15:08:48 +02:00
Gerasimos (Makis) Maropoulos
5ef854d835
add mathx.RoundToInteger helper 2024-01-13 12:56:59 +02:00
Gerasimos (Makis) Maropoulos
06a6e63dd9
update examples deps before release 2024-01-10 10:58:00 +02:00
Gerasimos (Makis) Maropoulos
7024f61a62
thanks for the donations ❤️ 2024-01-07 23:14:13 +02:00
Gerasimos (Makis) Maropoulos
0608c7385e
update deps 2023-12-19 15:09:49 +02:00
Gerasimos (Makis) Maropoulos
057022ca6b
auth package: export ExtractAccessToken method 2023-11-08 11:45:23 +02:00
Gerasimos (Makis) Maropoulos
ef82a07c81
update _examples dependencies 2023-11-01 19:31:17 +02:00
Gerasimos (Makis) Maropoulos
6df3ada9c8
update examples deps 2023-10-12 20:31:32 +03:00
Gerasimos (Makis) Maropoulos
d03757b996
update examples deps 2023-09-25 20:02:06 +03:00
Gerasimos (Makis) Maropoulos
effb0a983b
Update examples dependencies 2023-09-25 19:42:38 +03:00
Gerasimos (Makis) Maropoulos
b30cbdbcb3
update examples dependencies 2023-08-17 12:26:16 +03:00
Gerasimos (Makis) Maropoulos
0da32ca844
minor 2023-08-11 00:27:58 +03:00
Gerasimos (Makis) Maropoulos
a5daba277f
update examples dependencies 2023-08-11 00:22:59 +03:00
Gerasimos (Makis) Maropoulos
6add1ba49b
fix #2158 and more 2023-07-08 02:08:18 +03:00
Gerasimos (Makis) Maropoulos
946ea6787d
v12.2.0 2023-03-11 22:37:55 +02:00
Gerasimos (Makis) Maropoulos
dccd572636
minor 2023-02-19 21:48:50 +02:00
Gerasimos (Makis) Maropoulos
5095d862d9
minor 2023-02-19 21:44:37 +02:00
Muhammad Hasan Alasady
c1fa064d98
Added support for third party packages on httptest package with tests & example. (#1992)
* Added support for third party packages on httptest package with tests.

* Update httptest.go

Co-authored-by: Gerasimos (Makis) Maropoulos <kataras2006@hotmail.com>
2022-10-22 18:02:55 +03:00
Gerasimos (Makis) Maropoulos
d26b9bfbed
Add Strict option to httptest as requested at: #1722 2021-02-13 21:21:19 +02:00
Gerasimos (Makis) Maropoulos
b409f7807e
New feature: versioning.Aliases
Thanks @mulyawansentosa and @remopavithran for your donates ❤️
2021-01-06 01:52:39 +02:00
Gerasimos (Makis) Maropoulos
ba30ef4de1
update all basicauth code reference 2020-11-25 04:54:20 +02:00
Gerasimos (Makis) Maropoulos
d697426cb6 minor
Change the new ctx.Compres to ctx.CompressWriter and iris.Compress and iris.CompressReader as one iris.Compression

Update the README example

(master development branch)


Former-commit-id: fb67858fe5be5662b5816df41020c28ff9a8c6f6
2020-07-20 13:36:39 +03:00
Gerasimos (Makis) Maropoulos
beb67dc495 testing: add a 'Do' helper that accepts http.ResponseWriter and http.Request for integration with the standard net/http/httptest package for easier transition from net/http and other frameworks into Iris
Former-commit-id: 8ec6e3468affc28ce34c9bef6795b444fffa08c5
2020-07-20 05:44:12 +03:00
Gerasimos (Makis) Maropoulos
0d26f24eb7 examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example.
Former-commit-id: d20afb2e899aee658a8e0ed1693357798df93462
2020-03-05 22:41:27 +02:00
Gerasimos (Makis) Maropoulos
3945fa68d1 obey the vote of @1370 (77-111 at this point) - add import suffix on iris repository
We have to do the same on iris-contrib/examples, iris-contrib/middleware and e.t.c.


Former-commit-id: 0860688158f374bc137bc934b81b26dcd0e10964
2019-10-25 01:27:02 +03:00
Gerasimos (Makis) Maropoulos
07046ab978 formatting
Former-commit-id: 037081db5d6d4434e873ca8b75334ee43e046b6a
2019-08-17 10:06:20 +03:00
kataras
42b123975c 8.4.0 | New MVC Features | Refactor examples and godoc for go 1.9 use. Read HISTORY.md.
Former-commit-id: 90c05e743052bc3722e7fefaa0cbb0ed5153a1fb
2017-08-27 20:35:23 +03:00
kataras
9f85b74fc9 Add notes for the new lead maintainer of the open-source iris project and align with @get-ion/ion by @hiveminded
Former-commit-id: da4f38eb9034daa49446df3ee529423b98f9b331
2017-07-10 18:32:42 +03:00