1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-29 21:57:16 +02:00

21 Commits

Author SHA1 Message Date
youn
c268f98404
add form encoding ()
* add form encoding

* update examples go mod
2021-07-01 20:36:12 +08:00
IMTTX
0cdeb6c16b
fix typos () 2021-06-30 11:55:01 +08:00
Windfarer
4e96e08471
config test ()
* init test

* reader test
2021-06-16 15:28:54 +08:00
Tony Chen
00088f644a
examples: clean examples ()
* clean examples

* update yaml to v3
2021-06-12 20:20:18 +08:00
Tony Chen
1b13abd136
transport/http: add http route ()
* add http route

* fix http context

* add HTTP middleware

Co-authored-by: longXboy <longxboyhi@gmail.com>
2021-06-12 18:30:17 +08:00
Tony Chen
4a257c1a34
Revert "add json test ()" ()
This reverts commit 6ca3c788ddb486fa9f0c2607501c8c78dcbf52a7.
2021-06-12 11:52:48 +08:00
Tony Chen
6ca3c788dd
add json test () 2021-06-12 11:19:43 +08:00
Tony Chen
5cbda8ebd7
remove proto names () 2021-06-04 22:15:53 +08:00
Cluas
49064e7232
encoding: remove reflect on yaml and xml () 2021-06-04 16:35:55 +08:00
Cluas
c547c61f89
json: uses proto field name instead of lowerCamelCase name () 2021-06-01 17:18:33 +08:00
longxboy
c1e5b1c17b
add protojson () 2021-05-26 14:45:12 +08:00
Tony Chen
e989bb04e3
add yaml encoder () 2021-05-17 21:52:23 +08:00
Cluas
7e7bbdbed6
encoding/xml: add xml encode support ()
* encoding/xml: add xml encode support

* encoding/xml: avoid nil pointer panic

* action: avoid go get golint pollution go.mod
2021-05-11 11:36:20 +08:00
Tony Chen
d85f5e9ae1
encoding/json: fix nil value ()
* fix nil value
2021-04-29 15:49:44 +08:00
Tony Chen
32f7322b82
fix nil target () 2021-03-16 23:34:20 +08:00
Tony Chen
28009889bb
encoding/json: remove proto json ()
* remove protojson encoding
2021-03-10 22:32:43 +08:00
Tony Chen
50af5b2588
add before&after hooks ()
* add before&after hooks
2021-03-07 21:35:52 +08:00
Tony Chen
f86c91849b
fix lint check () 2021-03-05 22:40:38 +08:00
Tony Chen
946e9ca814
fix http decode ()
* fix http decoder
2021-03-05 18:52:39 +08:00
Tony Chen
496edc6fb1
Http/refactor register service ()
* refactor http handle
2021-03-03 22:22:59 +08:00
chenzhihui
3566386a89 init v2 2021-02-17 17:14:47 +08:00