Skip to content

Commit

Permalink
Remove experimental APIs that are no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Oct 31, 2023
1 parent e394d26 commit 5f480ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class FerrostarCore(
is RouteRequest.HttpPost -> {
val httpRequest = Request.Builder()
.url(request.url)
.post(request.body.toUByteArray().toByteArray().toRequestBody())
.post(request.body.toRequestBody())
.apply {
request.headers.map { (name, value) ->
header(name, value)
Expand Down

0 comments on commit 5f480ed

Please sign in to comment.