새벽을 기다리는 파수꾼처럼

  • Tag
  • Media
  • Location
  • Guest
  • Admin
  • Write

WebClient 2

armeria Webclient post Form

import com.linecorp.armeria.client.ClientFactory; import com.linecorp.armeria.client.WebClient; import com.linecorp.armeria.common.*; WebClient webClient = null; if (ssl) { ClientFactory clientFactory = ClientFactory.builder() .tlsNoVerify() .build(); webClient = WebClient.builder(uri).factory(clientFactory).build(); } else { webClient = WebClient.of(uri); } RequestHeadersBuilder builder = Reque..

개발환경 2023.06.01

armeria WebClient post json

import com.linecorp.armeria.client.ClientFactory; import com.linecorp.armeria.client.WebClient; import com.linecorp.armeria.common.*; WebClient webClient = WebClient.of(uri); RequestHeaders postJson = RequestHeaders.of(HttpMethod.POST, path, HttpHeaderNames.CONTENT_TYPE, "application/json; charset=UTF-8"); AggregatedHttpResponse response = webClient.execute(postJson, json).aggregate().join(); St..

개발환경 2023.06.01
이전
1
다음
더보기
프로필사진

새벽을 기다리는 파수꾼처럼

  • 분류 전체보기 (42)
    • 단상 (4)
    • 개발환경 (37)

Tag

1씩증가, idlestate, armeria, backgound, NotFound, RestController, okhttp3, x-www-form-urlencoded, completablefuture, statemachine, correlationId, WebClient, Java, SpringBoot, netty, SSL, wsl2, keycloak, post, Kotlin,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/09   »
일 월 화 수 목 금 토
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바